Searched refs:cubics (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/tests/unit/ |
D | FatalTestCanvas.h | 38 void onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texCoords[4], in onDrawPatch()
|
/frameworks/base/libs/hwui/tests/common/ |
D | CallCountingCanvas.h | 100 void onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], in onDrawPatch()
|
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.cpp | 466 DrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texs[4], in DrawPatch() 469 copy_v(this->cubics, cubics, 12); in DrawPatch() 479 SkPoint cubics[12]; member 487 c->drawPatch(cubics, has_colors ? colors : nullptr, has_texs ? texs : nullptr, xfermode, in draw() 1261 void RecordingCanvas::onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], in onDrawPatch() 1264 fDL->drawPatch(cubics, colors, texCoords, bmode, paint); in onDrawPatch()
|