OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canComputeFastBounds
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkDrawLooper.cpp
16
bool SkDrawLooper::
canComputeFastBounds
(const SkPaint& paint) {
24
if (!p.
canComputeFastBounds
()) {
SkCanvas.cpp
[
all
...]
SkBBoxRecord.cpp
265
if (paint->
canComputeFastBounds
()) {
SkPictureRecord.cpp
[
all
...]
SkPaint.cpp
[
all
...]
/external/skia/src/core/
SkDrawLooper.cpp
16
bool SkDrawLooper::
canComputeFastBounds
(const SkPaint& paint) {
24
if (!p.
canComputeFastBounds
()) {
SkCanvas.cpp
[
all
...]
SkBBoxRecord.cpp
265
if (paint->
canComputeFastBounds
()) {
SkPictureRecord.cpp
[
all
...]
SkPaint.cpp
[
all
...]
/external/chromium_org/third_party/skia/include/core/
SkDrawLooper.h
55
* return true for the
canComputeFastBounds
() function. If that function
62
virtual bool
canComputeFastBounds
(const SkPaint& paint);
SkPaint.h
[
all
...]
/external/skia/include/core/
SkDrawLooper.h
55
* return true for the
canComputeFastBounds
() function. If that function
62
virtual bool
canComputeFastBounds
(const SkPaint& paint);
SkPaint.h
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
OpaqueRegionSkia.cpp
207
if (!paint.
canComputeFastBounds
())
230
if (!paint.
canComputeFastBounds
())
258
if (!paint.
canComputeFastBounds
())
270
if (!paint.
canComputeFastBounds
())
Completed in 440 milliseconds