OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setStrokeStyle
(Results
1 - 13
of
13
) sorted by null
/external/skia/tests/
StrokeTest.cpp
108
s1.
setStrokeStyle
(1.0f, false);
109
s2.
setStrokeStyle
(1.0f, false);
138
s1.
setStrokeStyle
(1.0f, false);
140
s2.
setStrokeStyle
(1.0f, true);
143
s2.
setStrokeStyle
(2.1f, false);
146
s2.
setStrokeStyle
(1.0f, false);
157
s1.
setStrokeStyle
(0.0f, true);
158
s2.
setStrokeStyle
(0.0f, true);
PathTest.cpp
134
stroke.
setStrokeStyle
(2 * SK_Scalar1);
[
all
...]
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/
Pixmap.java
209
context.
setStrokeStyle
(this.color);
225
context.
setStrokeStyle
(this.color);
387
context.
setStrokeStyle
(clearColor);
394
context.
setStrokeStyle
(color);
407
context.
setStrokeStyle
(clearColor);
415
context.
setStrokeStyle
(color);
429
context.
setStrokeStyle
(clearColor);
436
context.
setStrokeStyle
(color);
449
context.
setStrokeStyle
(clearColor);
459
context.
setStrokeStyle
(color);
[
all
...]
/external/skia/include/core/
SkStrokeRec.h
58
void
setStrokeStyle
(SkScalar width, bool strokeAndFill = false);
/external/skia/src/core/
SkStrokeRec.cpp
87
void SkStrokeRec::
setStrokeStyle
(SkScalar width, bool strokeAndFill) {
SkScalerContext.cpp
634
rec.
setStrokeStyle
(fRec.fFrameWidth,
/external/skia/src/effects/
Sk2DPathEffect.cpp
91
rec->
setStrokeStyle
(fWidth);
/external/skia/src/gpu/
GrTestUtils.cpp
224
rec->
setStrokeStyle
(strokeWidth, strokeAndFill);
/external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp
369
fStroke.
setStrokeStyle
(fStroke.needToApply() ? fStroke.getWidth() + extra : extra,
382
fStroke.
setStrokeStyle
(fStroke.getWidth() / fTextRatio,
/external/skia/src/gpu/batches/
GrAADistanceFieldPathRenderer.cpp
138
fStroke.
setStrokeStyle
(-1.0f);
/external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar
gwt-dev.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar
Completed in 218 milliseconds