Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSamplePatch.cpp208 SkIPoint fSize0, fSize1; member in PatchView
213 fShader0 = make_shader0(&fSize0); in PatchView()
214 fSize1 = fSize0; in PatchView()
215 if (fSize0.fX == 0 || fSize0.fY == 0) { in PatchView()
261 if (fSize0.fX == 0) { in onDrawContent()
262 fSize0.fX = 1; in onDrawContent()
264 if (fSize0.fY == 0) { in onDrawContent()
265 fSize0.fY = 1; in onDrawContent()
267 patch.setBounds(fSize0.fX, fSize0.fY); in onDrawContent()