Searched defs:drawVertices (Results 1 - 17 of 17) sorted by relevance

/external/skia/src/gpu/ops/
H A DGrTessellatingPathRenderer.cpp226 this->drawVertices(target, gp, cachedVertexBuffer.get(), 0, actualCount);
245 this->drawVertices(target, gp, allocator.vertexBuffer(), 0, count);
270 drawVertices(target, gp, allocator.vertexBuffer(), allocator.firstVertex(), count);
311 void drawVertices(Target* target, const GrGeometryProcessor* gp, const GrBuffer* vb, function in class:final
/external/skia/src/svg/
H A DSkSVGDevice.cpp808 void SkSVGDevice::drawVertices(const SkVertices*, SkBlendMode, const SkPaint&) { function in class:SkSVGDevice
810 SkDebugf("unsupported operation: drawVertices()\n");
/external/skia/src/core/
H A DSkBitmapDevice.cpp374 void SkBitmapDevice::drawVertices(const SkVertices* vertices, SkBlendMode bmode, function in class:SkBitmapDevice
376 BDDraw(this).drawVertices(vertices->mode(), vertices->vertexCount(), vertices->positions(),
H A DSkDraw.cpp1946 void SkDraw::drawVertices(SkCanvas::VertexMode vmode, int count, function in class:SkDraw
H A DSkCanvas.cpp102 void drawVertices(const SkVertices*, SkBlendMode, const SkPaint&) override {}
1814 void SkCanvas::drawVertices(VertexMode vmode, int vertexCount, const SkPoint positions[], function in class:SkCanvas
1824 void SkCanvas::drawVertices(const sk_sp<SkVertices>& vertices, SkBlendMode mode, function in class:SkCanvas
1830 void SkCanvas::drawVertices(const SkVertices* vertices, SkBlendMode mode, const SkPaint& paint) { function in class:SkCanvas
2686 TRACE_EVENT0("disabled-by-default-skia", "SkCanvas::drawVertices()");
2691 iter.fDevice->drawVertices(vertices, bmode, looper.paint());
/external/skia/include/core/
H A DSkCanvas.h1182 void drawVertices(VertexMode vmode, int vertexCount,
1187 void drawVertices(VertexMode vmode, int vertexCount, function
1191 this->drawVertices(vmode, vertexCount, vertices, texs, colors, SkBlendMode::kModulate,
1203 void drawVertices(const SkVertices* vertices, SkBlendMode mode, const SkPaint& paint);
1204 void drawVertices(const sk_sp<SkVertices>& vertices, SkBlendMode mode, const SkPaint& paint);
/external/skia/src/gpu/
H A DGrRenderTargetContext.cpp905 void GrRenderTargetContext::drawVertices(const GrClip& clip, function in class:GrRenderTargetContext
919 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::drawVertices");
926 SkDebugf("drawVertices call empty bounds\n");
940 void GrRenderTargetContext::drawVertices(const GrClip& clip, function in class:GrRenderTargetContext
947 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::drawVertices");
H A DSkGpuDevice.cpp391 fRenderTargetContext->drawVertices(this->clip(),
1636 fRenderTargetContext->drawVertices(this->clip(),
1648 void SkGpuDevice::drawVertices(const SkVertices* vertices, SkBlendMode mode, function in class:SkGpuDevice
1652 GR_CREATE_TRACE_MARKER_CONTEXT("SkGpuDevice", "drawVertices", fContext.get());
1659 // The dreaded wireframe mode. Fallback to drawVertices and go so slooooooow.
1667 fRenderTargetContext->drawVertices(this->clip(), std::move(grPaint), this->ctm(),
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1456 void SkPDFDevice::drawVertices(const SkVertices*, SkBlendMode, const SkPaint&) { function in class:__anon17147::Clusterator::SkPDFDevice
1460 // TODO: implement drawVertices
/external/skia/src/xps/
H A DSkXPSDevice.cpp1161 void SkXPSDevice::drawVertices(const SkVertices* v, SkBlendMode blendMode, const SkPaint& paint) { function in class:SkXPSDevice
1162 draw(this, &SkDraw::drawVertices, v->mode(), v->vertexCount(), v->positions(), v->texCoords(),
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 330 milliseconds