Home
last modified time | relevance | path

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

/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/skia/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/skia/samplecode/
DSampleCCPRGeometry.cpp214 if (PrimitiveType::kCubics == fPrimitiveType) { in onDrawContent()
231 if (PrimitiveType::kCubics == fPrimitiveType) { in onDrawContent()
258 if (PrimitiveType::kCubics == fPrimitiveType) { in updateGpuData()
346 if (PrimitiveType::kCubics == fView->fPrimitiveType || in onExecute()
421 if (PrimitiveType::kCubics != fPrimitiveType && 2 == i) { in onFindClickHandler()
/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/skia/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.cpp475 case PrimitiveType::kCubics: in initVS()
547 case PrimitiveType::kCubics: in createVSImpl()
DGrCCCoverageProcessor.cpp214 case PrimitiveType::kCubics: in createGLSLInstance()
DGrCCFiller.cpp488 this->drawPrimitives(flushState, pipeline, batchID, PrimitiveType::kCubics, in drawFills()
/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()