Home
last modified time | relevance | path

Searched refs:cubics (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DFatalTestCanvas.h36 void onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texCoords[4], in onDrawPatch()
/frameworks/base/libs/hwui/
DRecordingCanvas.cpp395 DrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texs[4], in DrawPatch()
398 copy_v(this->cubics, cubics, 12); in DrawPatch()
408 SkPoint cubics[12]; member
416 c->drawPatch(cubics, has_colors ? colors : nullptr, has_texs ? texs : nullptr, xfermode, in draw()
957 void RecordingCanvas::onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], in onDrawPatch()
960 fDL->drawPatch(cubics, colors, texCoords, bmode, paint); in onDrawPatch()