OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:paintCopy
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
DisplayListRenderer.h
243
SkPaint*
paintCopy
= mPaintMap.valueFor(paint);
244
if (
paintCopy
== NULL ||
paintCopy
->getGenerationID() != paint->getGenerationID()) {
245
paintCopy
= new SkPaint(*paint);
247
mPaintMap.replaceValueFor(paint,
paintCopy
);
248
mPaints.add(
paintCopy
);
251
return
paintCopy
;
/external/chromium_org/third_party/skia/src/core/
SkDraw.cpp
[
all
...]
/external/skia/src/core/
SkDraw.cpp
[
all
...]
Completed in 88 milliseconds