Searched refs:kCubics (Results 1 – 7 of 7) sorted by relevance
22 kCubics, enumerator30 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()
18 static const SkPoint kCubics[][4] = { variable71 for (size_t i = 0; i < SK_ARRAY_COUNT(kCubics); ++i) { in onDraw()72 this->drawStroke(canvas, kCubics[i], in onDraw()
211 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()
42 kCubics, enumerator217 int numInputPoints() const { return PrimitiveType::kCubics == fPrimitiveType ? 4 : 3; } in numInputPoints()285 case PrimitiveType::kCubics: return "kCubics"; in PrimitiveTypeName()
474 case PrimitiveType::kCubics: in initVS()546 case PrimitiveType::kCubics: in createVSImpl()
211 case PrimitiveType::kCubics: in createGLSLInstance()
488 this->drawPrimitives(flushState, pipeline, batchID, PrimitiveType::kCubics, in drawFills()