HomeSort by relevance Sort by last modified time
    Searched refs:drawVertices (Results 51 - 75 of 98) sorted by null

1 23 4

  /external/skia/src/gpu/
GrRenderTargetContext.h 302 void drawVertices(const GrClip&,
SkGpuDevice.cpp 369 fRenderTargetContext->drawVertices(this->clip(), std::move(grPaint), *viewMatrix,
    [all...]
  /external/skia/tools/viewer/
ImGuiLayer.cpp 145 // Draw everything with canvas.drawVertices...
177 canvas->drawVertices(vertices, SkBlendMode::kModulate, *paint);
  /external/skqp/bench/
GameBench.cpp 129 SkPoint verts[4] = { // for drawVertices path
141 SkPaint p2; // for drawVertices path
205 canvas->drawVertices(SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode,
  /external/skqp/gm/
drawatlas.cpp 254 * drawAtlas and drawVertices have several things in common:
292 canvas->drawVertices(verts, mode, paint);
  /external/skqp/src/core/
SkLiteRecorder.cpp 168 fDL->drawVertices(vertices, bones, boneCount, mode, paint);
SkDraw_vertices.cpp 161 void SkDraw::drawVertices(SkVertices::VertexMode vmode, int vertexCount,
SkBitmapDevice.cpp 558 void SkBitmapDevice::drawVertices(const SkVertices* vertices, const SkVertices::Bone bones[],
560 BDDraw(this).drawVertices(vertices->mode(), vertices->vertexCount(), vertices->positions(),
SkColorSpaceXformCanvas.cpp 112 fTarget->drawVertices(vertices, bones, boneCount, mode, fXformer->apply(paint));
SkPicturePlayback.cpp 507 canvas->drawVertices(vertices, bones, boneCount, bmode, *paint);
SkRecordDraw.cpp 132 DRAW(DrawVertices, drawVertices(r.vertices, r.bones, r.boneCount, r.bmode, r.paint));
416 Bounds bounds(const DrawVertices& op) const {
  /external/skqp/src/gpu/
GrRenderTargetContext.h 262 void drawVertices(const GrClip&,
SkGpuDevice.cpp 374 fRenderTargetContext->drawVertices(this->clip(), std::move(grPaint), *viewMatrix,
    [all...]
  /external/skqp/tools/viewer/
ImGuiLayer.cpp 136 // Draw everything with canvas.drawVertices...
168 canvas->drawVertices(vertices, SkBlendMode::kModulate, *paint);
  /external/skia/src/utils/
SkShadowUtils.cpp 578 this->drawVertices(vertices, nullptr, 0, mode, paint);
613 this->drawVertices(vertices.get(), nullptr, 0, SkBlendMode::kModulate, paint);
693 this->drawVertices(vertices.get(), nullptr, 0, SkBlendMode::kModulate, paint);
SkNWayCanvas.cpp 322 iter->drawVertices(vertices, bones, boneCount, bmode, paint);
  /external/skqp/src/utils/
SkShadowUtils.cpp 546 this->drawVertices(vertices, nullptr, 0, mode, paint);
581 this->drawVertices(vertices.get(), nullptr, 0, SkBlendMode::kModulate, paint);
661 this->drawVertices(vertices.get(), nullptr, 0, SkBlendMode::kModulate, paint);
SkNWayCanvas.cpp 315 iter->drawVertices(vertices, bones, boneCount, bmode, paint);
  /external/skia/src/core/
SkDraw_vertices.cpp 161 void SkDraw::drawVertices(SkVertices::VertexMode vmode, int vertexCount,
SkBitmapDevice.cpp 544 void SkBitmapDevice::drawVertices(const SkVertices* vertices, const SkVertices::Bone bones[],
546 BDDraw(this).drawVertices(vertices->mode(), vertices->vertexCount(), vertices->positions(),
SkColorSpaceXformCanvas.cpp 112 fTarget->drawVertices(vertices, bones, boneCount, mode, fXformer->apply(paint));
SkRecordDraw.cpp 136 DRAW(DrawVertices, drawVertices(r.vertices, r.bones, r.boneCount, r.bmode, r.paint));
421 Bounds bounds(const DrawVertices& op) const {
  /external/skqp/experimental/canvaskit/
externs.js 98 drawVertices: function() {},
  /external/skqp/samplecode/
SamplePatch.cpp 182 canvas->drawVertices(SkVertices::MakeCopy(SkVertices::kTriangleStrip_VertexMode, stripCount,
  /external/skia/modules/canvaskit/
externs.js 110 drawVertices: function() {},

Completed in 625 milliseconds

1 23 4