OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fastBounds
(Results
1 - 2
of
2
) sorted by null
/external/skia/legacy/src/core/
SkPictureRecord.cpp
359
bool
fastBounds
= !paint.isVerticalText() && paint.canComputeFastBounds();
360
bool fast = canUseDrawH &&
fastBounds
;
366
} else if (
fastBounds
) {
389
if (
fastBounds
) {
/external/skia/src/core/
SkPictureRecord.cpp
588
bool
fastBounds
= !paint.isVerticalText() && paint.canComputeFastBounds();
589
bool fast = canUseDrawH &&
fastBounds
;
595
} else if (
fastBounds
) {
619
if (
fastBounds
) {
Completed in 24 milliseconds