Home
last modified time | relevance | path

Searched refs:kCubics (Results 1 – 7 of 7) sorted by relevance

/external/skia/samplecode/
DSampleStrokeVerb.cpp22 kCubics, enumerator
30 case VerbType::kCubics: return "kCubics"; in verb_type_name()
54 VerbType fVerbType = VerbType::kCubics;
81 if (VerbType::kCubics == fVerbType) { in onDrawContent()
94 if (VerbType::kCubics == fVerbType) { in onDrawContent()
111 case VerbType::kCubics: in updatePath()
148 if (VerbType::kCubics != fVerbType && 2 == i) { in onFindClickHandler()
/external/skqp/gm/
Dtrickycubicstrokes.cpp18 static const SkPoint kCubics[][4] = { variable
71 for (size_t i = 0; i < SK_ARRAY_COUNT(kCubics); ++i) { in onDraw()
72 this->drawStroke(canvas, kCubics[i], in onDraw()
/external/skqp/samplecode/
DSampleCCPRGeometry.cpp211 if (PrimitiveType::kCubics == fPrimitiveType) { in onDrawContent()
228 if (PrimitiveType::kCubics == fPrimitiveType) { in onDrawContent()
255 if (PrimitiveType::kCubics == fPrimitiveType) { in updateGpuData()
343 if (PrimitiveType::kCubics == fView->fPrimitiveType || in onExecute()
419 if (PrimitiveType::kCubics != fPrimitiveType && 2 == i) { in onFindClickHandler()
/external/skqp/src/gpu/ccpr/
DGrCCCoverageProcessor.h42 kCubics, enumerator
217 int numInputPoints() const { return PrimitiveType::kCubics == fPrimitiveType ? 4 : 3; } in numInputPoints()
285 case PrimitiveType::kCubics: return "kCubics"; in PrimitiveTypeName()
DGrCCCoverageProcessor_VSImpl.cpp474 case PrimitiveType::kCubics: in initVS()
546 case PrimitiveType::kCubics: in createVSImpl()
DGrCCCoverageProcessor.cpp211 case PrimitiveType::kCubics: in createGLSLInstance()
DGrCCFiller.cpp488 this->drawPrimitives(flushState, pipeline, batchID, PrimitiveType::kCubics, in drawFills()