index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkDraw.cpp
Commit message (
Expand
)
Author
Age
*
Add __STDC_LIMIT_MACROS to SkDraw.cpp.
bungeman
2015-03-16
*
Test for glyphs which straddle the edge of device space.
bungeman
2015-03-16
*
some utils for rect and matrix
reed
2015-03-13
*
Glyph positions maintain 32 bit integer part.
bungeman
2015-03-11
*
BUG=skia:
herb
2015-02-25
*
Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of ...
scroggo
2015-02-24
*
BUG=skia:
herb
2015-02-24
*
use common impl for drawTextOnPath
reed
2015-02-17
*
optional res-scale parameter to getFillPath
reed
2015-02-12
*
Remove the need for asCoeff in SkXfermode.
egdaniel
2015-01-22
*
Use device-space stroke width for SkDraw::drawRect() quick-reject
fmalita
2015-01-15
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Remove macros that make it look like it's a good idea to not be able to flatten.
mtklein
2015-01-07
*
pass dst-rect through from drawBitmapRect for better precision
reed
2014-12-15
*
Add Sk prefix to CreateBitmapShader.
mtklein
2014-11-24
*
add roundOut that returns its result
reed
2014-11-19
*
Remove SK_IGNORE_SUBPIXEL_AXIS_ALIGN_FIX.
bungeman
2014-11-13
*
Crop the fast path dashed lines to the cull rect
robertphillips
2014-11-04
*
remove dead SK_DISABLE_DASHING_OPTIMIZATION flag
reed
2014-11-04
*
Set temporary paths volatile so we don't cache them.
jvanverth
2014-10-24
*
Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of htt...
fmalita
2014-09-29
*
Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://c...
robertphillips
2014-09-29
*
Fix SkTextBlob offset semantics.
Florin Malita
2014-09-26
*
hide deviceproperties, prepare the way for surfaceprops
reed
2014-09-17
*
Outset the stroke width when computing the bounds for drawing a stroked rect,...
george
2014-09-09
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Allow custom blitters to be passed to SkDraw::drawPath
krajcevski
2014-08-06
*
Extract "text align proc" functions as reusable classes
kkinnunen
2014-06-12
*
remove SkBounder -- unused and unloved
reed
2014-06-03
*
Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/30868...
commit-bot@chromium.org
2014-05-30
*
Fix the rendering error of SkDraw::drawVertices in gpu path for solid color.
commit-bot@chromium.org
2014-05-30
*
fix stroking large drawPosText
commit-bot@chromium.org
2014-05-23
*
add local-matrix to shader::context
commit-bot@chromium.org
2014-05-06
*
fix TriColorShader to respect the paint's alpha
commit-bot@chromium.org
2014-05-05
*
Remove SkShader virtual method validContext
commit-bot@chromium.org
2014-05-05
*
Revert of fix the error that path is inversed for stroke and strokeAndFill st...
commit-bot@chromium.org
2014-05-04
*
fix the error that path is inversed for stroke and strokeAndFill styles.
commit-bot@chromium.org
2014-05-04
*
create struct to hold all the params passed around for shader::context
commit-bot@chromium.org
2014-05-01
*
Move SkShader::fLocalMatrix into SkShader constructor.
commit-bot@chromium.org
2014-04-28
*
Revert of Revert of Extract most of the mutable state of SkShader into a sepa...
commit-bot@chromium.org
2014-04-23
*
Revert of Extract most of the mutable state of SkShader into a separate Conte...
commit-bot@chromium.org
2014-04-23
*
Extract most of the mutable state of SkShader into a separate Context object.
commit-bot@chromium.org
2014-04-23
*
Revert of Extract most of the mutable state of SkShader into a separate Conte...
commit-bot@chromium.org
2014-04-17
*
Extract most of the mutable state of SkShader into a separate Context object.
commit-bot@chromium.org
2014-04-16
*
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...
commit-bot@chromium.org
2014-04-11
*
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...
commit-bot@chromium.org
2014-04-11
*
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...
commit-bot@chromium.org
2014-04-10
*
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...
commit-bot@chromium.org
2014-04-10
*
Rename kPMColor_SkColorType to kN32_SkColorType.
commit-bot@chromium.org
2014-04-09
[next]