Home
last modified time | relevance | path

Searched refs:getVertexData (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/utils/
DSkPatchUtils.h116 static bool getVertexData(SkPatchUtils::VertexData* data, const SkPoint cubics[12],
DSkPatchGrid.cpp177 if (SkPatchUtils::getVertexData(&data, cubics, in draw()
DSkPatchUtils.cpp192 bool SkPatchUtils::getVertexData(SkPatchUtils::VertexData* data, const SkPoint cubics[12], in getVertexData() function in SkPatchUtils
/external/skia/src/core/
DSkDevice.cpp118 if (SkPatchUtils::getVertexData(&data, cubics, colors, texCoords, lod.width(), lod.height())) { in drawPatch()