Searched refs:drawAnnotation (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/libs/hwui/ |
H A D | RenderNode.cpp | 590 canvas.drawAnnotation(SkRect::MakeWH(getWidth(), getHeight()), buffer.data(), nullptr); in markDrawStart() 596 canvas.drawAnnotation(SkRect::MakeWH(getWidth(), getHeight()), buffer.data(), nullptr); in markDrawEnd()
|
H A D | RecordingCanvas.h | 162 void drawAnnotation(const SkRect&, const char*, SkData*);
|
H A D | RecordingCanvas.cpp | 298 c->drawAnnotation(rect, pod<char>(this), value.get()); in draw() 832 void DisplayListData::drawAnnotation(const SkRect& rect, const char* key, SkData* value) { in drawAnnotation() function in android::uirenderer::DisplayListData 1161 fDL->drawAnnotation(rect, key, val); in onDrawAnnotation()
|
/aosp14/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | SkiaPipeline.cpp | 347 mskpCanvas->drawAnnotation(layerDamage.toSkRect(), String8::format( in recordLayers() 493 canvas->drawAnnotation(SkRect::Make(clipRestriction), "AndroidDeviceClipRestriction", in renderFrameImpl()
|
H A D | SkiaRecordingCanvas.cpp | 81 mRecorder.drawAnnotation(rect.rect(), HOLE_PUNCH_ANNOTATION.c_str(), in punchHole()
|
H A D | RenderNodeDrawable.cpp | 284 canvas->drawAnnotation(bounds, String8::format( in drawContent()
|