Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleCCPRGeometry.cpp36 static constexpr float kDebugBloat = 40; variable
172 for (int y = 0; y < this->height(); y += kDebugBloat) { in onDrawContent()
175 for (int x = 0; x < this->width(); x += kDebugBloat) { in onDrawContent()
263 geometry.cubicTo(fPoints, kDebugBloat / 2, kDebugBloat / 2); in updateGpuData()
343 SkDEBUGCODE(proc.enableDebugBloat(kDebugBloat)); in onExecute()
/external/skqp/samplecode/
DSampleCCPRGeometry.cpp34 static constexpr float kDebugBloat = 40; variable
169 for (int y = 0; y < this->height(); y += kDebugBloat) { in onDrawContent()
172 for (int x = 0; x < this->width(); x += kDebugBloat) { in onDrawContent()
260 geometry.cubicTo(fPoints, kDebugBloat / 2, kDebugBloat / 2); in updateGpuData()
340 SkDEBUGCODE(proc.enableDebugBloat(kDebugBloat)); in onExecute()