OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSmall
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h
27
bool
fSmall
; // if set, consecutive points are almost equal
SkPathOpsDebug.cpp
131
} else if (
fSmall
) {
SkOpSegment.cpp
464
span->
fSmall
= false;
488
span[less].
fSmall
= true;
530
span[more - 1].
fSmall
= true;
[
all
...]
/external/skia/src/pathops/
SkOpSpan.h
27
bool
fSmall
; // if set, consecutive points are almost equal
SkPathOpsDebug.cpp
131
} else if (
fSmall
) {
SkOpSegment.cpp
464
span->
fSmall
= false;
488
span[less].
fSmall
= true;
530
span[more - 1].
fSmall
= true;
[
all
...]
/external/skia/gm/
displacement.cpp
28
make_checkerboard(&
fSmall
, 64, 64);
186
displ.reset(SkNEW_ARGS(SkBitmapSource, (
fSmall
)));
214
SkBitmap fBitmap, fCheckerboard,
fSmall
, fLarge, fLargeW, fLargeH;
Completed in 65 milliseconds