HomeSort by relevance Sort by last modified time
    Searched defs:drawVertices (Results 1 - 25 of 67) sorted by null

1 2 3

  /cts/tests/tests/graphics/src/android/graphics/cts/
Canvas_VertexModeTest.java 58 c.drawVertices( VertexMode.TRIANGLES,
71 c.drawVertices( VertexMode.TRIANGLE_STRIP,
84 c.drawVertices( VertexMode.TRIANGLE_FAN,
CanvasTest.java     [all...]
  /development/samples/Snake/src/com/example/android/snake/
BackgroundView.java 68 canvas.drawVertices(Canvas.VertexMode.TRIANGLES, mVertexPoints.length, mVertexPoints,
  /external/skqp/src/core/
SkThreadedBMPDevice.cpp 193 void SkThreadedBMPDevice::drawVertices(const SkVertices* vertices, SkBlendMode bmode,
197 TileDraw(ds, tileBounds).drawVertices(vertices->mode(), vertices->vertexCount(),
SkDraw_vertices.cpp 175 void SkDraw::drawVertices(SkVertices::VertexMode vmode, int count,
SkBitmapDevice.cpp 371 void SkBitmapDevice::drawVertices(const SkVertices* vertices, SkBlendMode bmode,
373 BDDraw(this).drawVertices(vertices->mode(), vertices->vertexCount(), vertices->positions(),
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Vertices.java 83 canvas.drawVertices(Canvas.VertexMode.TRIANGLE_FAN, 10, mVerts, 0,
87 canvas.drawVertices(Canvas.VertexMode.TRIANGLE_FAN, 10, mVerts, 0,
  /external/skia/src/core/
SkThreadedBMPDevice.cpp 208 void SkThreadedBMPDevice::drawVertices(const SkVertices* vertices, SkBlendMode bmode,
212 TileDraw(ds, tileBounds).drawVertices(vertices->mode(), vertices->vertexCount(),
SkDraw_vertices.cpp 176 void SkDraw::drawVertices(SkVertices::VertexMode vmode, int count,
SkBitmapDevice.cpp 371 void SkBitmapDevice::drawVertices(const SkVertices* vertices, SkBlendMode bmode,
373 BDDraw(this).drawVertices(vertices->mode(), vertices->vertexCount(), vertices->positions(),
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
NopCanvas.java 248 public void drawVertices(VertexMode mode, int vertexCount, float[] verts, int vertOffset,
  /external/skia/src/gpu/ops/
GrTessellatingPathRenderer.cpp 262 this->drawVertices(target, gp, cachedVertexBuffer.get(), 0, actualCount);
281 this->drawVertices(target, gp, allocator.vertexBuffer(), 0, count);
307 this->drawVertices(target, gp, allocator.vertexBuffer(), allocator.firstVertex(), count);
348 void drawVertices(Target* target, const GrGeometryProcessor* gp, const GrBuffer* vb,
  /external/skia/src/svg/
SkSVGDevice.cpp 850 void SkSVGDevice::drawVertices(const SkVertices*, SkBlendMode, const SkPaint&) {
852 SkDebugf("unsupported operation: drawVertices()\n");
  /external/skqp/src/gpu/ops/
GrTessellatingPathRenderer.cpp 262 this->drawVertices(target, gp, cachedVertexBuffer.get(), 0, actualCount);
281 this->drawVertices(target, gp, allocator.vertexBuffer(), 0, count);
307 this->drawVertices(target, gp, allocator.vertexBuffer(), allocator.firstVertex(), count);
348 void drawVertices(Target* target, const GrGeometryProcessor* gp, const GrBuffer* vb,
  /external/skqp/src/svg/
SkSVGDevice.cpp 823 void SkSVGDevice::drawVertices(const SkVertices*, SkBlendMode, const SkPaint&) {
825 SkDebugf("unsupported operation: drawVertices()\n");
  /frameworks/base/core/java/android/view/
RecordingCanvas.java 523 public final void drawVertices(@NonNull VertexMode mode, int vertexCount,
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 314 static void drawVertices(JNIEnv* env, jobject, jlong canvasHandle,
341 get_canvas(canvasHandle)->drawVertices(SkVertices::MakeCopy(mode, vertexCount,
643 {"nDrawVertices", "(JII[FI[FI[II[SIIJ)V", (void*)CanvasJNI::drawVertices},
  /frameworks/base/graphics/java/android/graphics/
BaseCanvas.java 508 public void drawVertices(@NonNull VertexMode mode, int vertexCount, @NonNull float[] verts,
Canvas.java     [all...]
  /frameworks/base/libs/hwui/
SkiaCanvas.cpp 536 void SkiaCanvas::drawVertices(const SkVertices* vertices, SkBlendMode mode, const SkPaint& paint) {
537 mCanvas->drawVertices(vertices, mode, paint);
690 mCanvas->drawVertices(builder.detach(), SkBlendMode::kModulate, tmpPaint);
  /external/skia/src/gpu/
GrRenderTargetContext.cpp     [all...]
SkGpuDevice.cpp 367 fRenderTargetContext->drawVertices(this->clip(), std::move(grPaint), *viewMatrix,
    [all...]
  /external/skqp/src/gpu/
GrRenderTargetContext.cpp     [all...]
SkGpuDevice.cpp 363 fRenderTargetContext->drawVertices(this->clip(), std::move(grPaint), *viewMatrix,
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]

Completed in 648 milliseconds

1 2 3