/external/skia/src/core/ |
SkBBoxRecord.h | 61 virtual void drawVertices(VertexMode mode, int vertexCount,
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrGpu.h | 403 virtual bool onReserveVertexSpace(size_t vertexSize, int vertexCount, void** vertices) SK_OVERRIDE; 407 virtual void onSetVertexSourceToArray(const void* vertexArray, int vertexCount) SK_OVERRIDE;
|
/external/chromium_org/third_party/skia/src/utils/ |
SkProxyCanvas.cpp | 149 void SkProxyCanvas::drawVertices(VertexMode vmode, int vertexCount, 154 fProxy->drawVertices(vmode, vertexCount, vertices, texs, colors,
|
/external/chromium_org/third_party/skia/src/utils/debugger/ |
SkDrawCommand.cpp | 716 SkDrawVerticesCommand::SkDrawVerticesCommand(SkCanvas::VertexMode vmode, int vertexCount, 723 fVertexCount = vertexCount; 725 fVertices = new SkPoint[vertexCount]; 726 memcpy(fVertices, vertices, vertexCount * sizeof(SkPoint)); 729 fTexs = new SkPoint[vertexCount]; 730 memcpy(fTexs, texs, vertexCount * sizeof(SkPoint)); 736 fColors = new SkColor[vertexCount]; 737 memcpy(fColors, colors, vertexCount * sizeof(SkColor));
|
SkDebugCanvas.h | 211 virtual void drawVertices(VertexMode, int vertexCount,
|
/external/skia/src/gpu/ |
GrGpu.h | 403 virtual bool onReserveVertexSpace(size_t vertexSize, int vertexCount, void** vertices) SK_OVERRIDE; 407 virtual void onSetVertexSourceToArray(const void* vertexArray, int vertexCount) SK_OVERRIDE;
|
/external/skia/src/utils/ |
SkProxyCanvas.cpp | 149 void SkProxyCanvas::drawVertices(VertexMode vmode, int vertexCount, 154 fProxy->drawVertices(vmode, vertexCount, vertices, texs, colors,
|
/external/skia/src/utils/debugger/ |
SkDrawCommand.cpp | 716 SkDrawVerticesCommand::SkDrawVerticesCommand(SkCanvas::VertexMode vmode, int vertexCount, 723 fVertexCount = vertexCount; 725 fVertices = new SkPoint[vertexCount]; 726 memcpy(fVertices, vertices, vertexCount * sizeof(SkPoint)); 729 fTexs = new SkPoint[vertexCount]; 730 memcpy(fTexs, texs, vertexCount * sizeof(SkPoint)); 736 fColors = new SkColor[vertexCount]; 737 memcpy(fColors, colors, vertexCount * sizeof(SkColor));
|
SkDebugCanvas.h | 211 virtual void drawVertices(VertexMode, int vertexCount,
|
/external/chromium_org/third_party/skia/src/pipe/ |
SkGPipeWrite.cpp | 283 virtual void drawVertices(VertexMode, int vertexCount, 931 void SkGPipeCanvas::drawVertices(VertexMode mode, int vertexCount, 936 if (0 == vertexCount) { 941 size_t size = 4 + vertexCount * sizeof(SkPoint); 946 size += vertexCount * sizeof(SkPoint); 950 size += vertexCount * sizeof(SkColor); [all...] |
/external/skia/src/pipe/ |
SkGPipeWrite.cpp | 283 virtual void drawVertices(VertexMode, int vertexCount, 931 void SkGPipeCanvas::drawVertices(VertexMode mode, int vertexCount, 936 if (0 == vertexCount) { 941 size_t size = 4 + vertexCount * sizeof(SkPoint); 946 size += vertexCount * sizeof(SkPoint); 950 size += vertexCount * sizeof(SkColor); [all...] |
/external/chromium_org/skia/ext/ |
vector_platform_device_emf_win.h | 69 int vertexCount,
|
benchmarking_canvas.cc | 175 virtual void drawVertices(VertexMode vmode, int vertexCount, 181 SkProxyCanvas::drawVertices(vmode, vertexCount, vertices, texs, colors,
|
/external/chromium_org/third_party/skia/include/core/ |
SkBitmapDevice.h | 180 virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount,
|
/external/chromium_org/third_party/skia/include/gpu/ |
SkGpuDevice.h | 113 virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount,
|
/external/chromium_org/third_party/skia/include/utils/ |
SkDeferredCanvas.h | 195 virtual void drawVertices(VertexMode vmode, int vertexCount,
|
SkDumpCanvas.h | 119 virtual void drawVertices(VertexMode vmode, int vertexCount,
|
SkNWayCanvas.h | 72 virtual void drawVertices(VertexMode vmode, int vertexCount,
|
SkProxyCanvas.h | 74 virtual void drawVertices(VertexMode vmode, int vertexCount,
|
/external/skia/include/core/ |
SkBitmapDevice.h | 180 virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount,
|
/external/skia/include/gpu/ |
SkGpuDevice.h | 113 virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount,
|
/external/skia/include/utils/ |
SkDeferredCanvas.h | 195 virtual void drawVertices(VertexMode vmode, int vertexCount,
|
SkDumpCanvas.h | 119 virtual void drawVertices(VertexMode vmode, int vertexCount,
|
SkNWayCanvas.h | 72 virtual void drawVertices(VertexMode vmode, int vertexCount,
|
SkProxyCanvas.h | 74 virtual void drawVertices(VertexMode vmode, int vertexCount,
|