Home
last modified time | relevance | path

Searched refs:fCubicKLM (Results 1 – 2 of 2) sorted by relevance

/external/skia/samplecode/
DSampleCCPRGeometry.cpp64 SkMatrix fCubicKLM; member in CCPRGeometryView
235 draw_klm_line(w, h, canvas, &fCubicKLM[0], SK_ColorYELLOW); in onDrawContent()
236 draw_klm_line(w, h, canvas, &fCubicKLM[3], SK_ColorBLUE); in onDrawContent()
237 draw_klm_line(w, h, canvas, &fCubicKLM[6], SK_ColorRED); in onDrawContent()
260 fCubicType = GrPathUtils::getCubicKLM(fPoints, &fCubicKLM, t, s); in updateGpuData()
/external/skqp/samplecode/
DSampleCCPRGeometry.cpp62 SkMatrix fCubicKLM; member in CCPRGeometryView
232 draw_klm_line(w, h, canvas, &fCubicKLM[0], SK_ColorYELLOW); in onDrawContent()
233 draw_klm_line(w, h, canvas, &fCubicKLM[3], SK_ColorBLUE); in onDrawContent()
234 draw_klm_line(w, h, canvas, &fCubicKLM[6], SK_ColorRED); in onDrawContent()
257 fCubicType = GrPathUtils::getCubicKLM(fPoints, &fCubicKLM, t, s); in updateGpuData()