OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVertexData
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/utils/
SkPatchUtils.h
19
* as a parameter to the function
getVertexData
which sets the points, colors and texture
116
static bool
getVertexData
(SkPatchUtils::VertexData* data, const SkPoint cubics[12],
SkPatchGrid.cpp
177
if (SkPatchUtils::
getVertexData
(&data, cubics,
SkPatchUtils.cpp
172
bool SkPatchUtils::
getVertexData
(SkPatchUtils::VertexData* data, const SkPoint cubics[12],
/external/skia/src/core/
SkDevice.cpp
95
if (SkPatchUtils::
getVertexData
(&data, cubics, colors, texCoords, lod.width(), lod.height())) {
/frameworks/base/libs/hwui/
SkiaCanvasProxy.cpp
373
if (SkPatchUtils::
getVertexData
(&data, cubics, colors, texCoords, lod.width(), lod.height())) {
Completed in 182 milliseconds