OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needToApply
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkStrokeRec.h
71
bool
needToApply
() const {
/external/chromium_org/third_party/skia/src/gpu/
GrPath.cpp
49
if (!stroke.
needToApply
()) {
GrStencilAndCoverTextContext.cpp
307
gpuStroke.setStrokeStyle(gpuStroke.
needToApply
() ? gpuStroke.getWidth() + extra : extra,
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPath.cpp
116
if (stroke.
needToApply
()) {
139
if (stroke.
needToApply
()) {
GrGLPathRendering.cpp
186
if (stroke.
needToApply
()) {
198
if (stroke.
needToApply
()) {
247
if (stroke.
needToApply
()) {
271
if (stroke.
needToApply
()) {
/external/chromium_org/third_party/skia/src/core/
SkScalerContext.cpp
685
if (rec.
needToApply
()) {
Completed in 253 milliseconds