Home
last modified time | relevance | path

Searched defs:drawPatch (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/gm/
Druntimecolorfilter.cpp181 auto drawPatch = [&](float x, bool useCF) { in __anondc98d6360502() variable
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderPrimitiveCoverage.cpp574 void TessellationShaderPrimitiveCoverage::drawPatch(glw::GLuint po_id, glw::GLuint n_patch_vertices, in drawPatch() function in glcts::TessellationShaderPrimitiveCoverage
/third_party/flutter/skia/src/core/
DSkDevice.cpp126 void SkBaseDevice::drawPatch(const SkPoint cubics[12], const SkColor colors[4], in drawPatch() function in SkBaseDevice
DSkCanvas.cpp2592 void SkCanvas::drawPatch(const SkPoint cubics[12], const SkColor colors[4], in drawPatch() function in SkCanvas
/third_party/skia/src/core/
DSkDevice.cpp161 void SkBaseDevice::drawPatch(const SkPoint cubics[12], const SkColor colors[4], in drawPatch() function in SkBaseDevice
DSkCanvas.cpp2423 void SkCanvas::drawPatch(const SkPoint cubics[12], const SkColor colors[4], in drawPatch() function in SkCanvas
/third_party/skia/include/core/
DSkCanvas.h2033 void drawPatch(const SkPoint cubics[12], const SkColor colors[4], in drawPatch() function
/third_party/flutter/skia/include/core/
DSkCanvas.h2190 void drawPatch(const SkPoint cubics[12], const SkColor colors[4], in drawPatch() function
/third_party/skia/modules/canvaskit/
Dinterface.js660 CanvasKit.Canvas.prototype.drawPatch = function(cubics, colors, texs, mode, paint) { method in CanvasKit.Canvas
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts1320 drawPatch(cubics: InputFlattenedPointArray, method