OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:paintWillNotDraw
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/utils/
PaintUtils.h
56
static inline bool
paintWillNotDraw
(const SkPaint& paint) {
/frameworks/base/libs/hwui/
RecordingCanvas.cpp
274
if (CC_UNLIKELY(floatCount < 2 || PaintUtils::
paintWillNotDraw
(paint))) return;
285
if (CC_UNLIKELY(floatCount < 4 || PaintUtils::
paintWillNotDraw
(paint))) return;
296
if (CC_UNLIKELY(PaintUtils::
paintWillNotDraw
(paint))) return;
339
if (CC_UNLIKELY(PaintUtils::
paintWillNotDraw
(paint))) return;
368
if (CC_UNLIKELY(PaintUtils::
paintWillNotDraw
(paint))) return;
404
if (CC_UNLIKELY(radius <= 0 || PaintUtils::
paintWillNotDraw
(paint))) return;
425
if (CC_UNLIKELY(PaintUtils::
paintWillNotDraw
(paint))) return;
436
if (CC_UNLIKELY(PaintUtils::
paintWillNotDraw
(paint))) return;
451
if (CC_UNLIKELY(PaintUtils::
paintWillNotDraw
(paint))) return;
OpenGLRenderer.cpp
[
all
...]
Completed in 180 milliseconds