Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSamplePatch.cpp210 SkIPoint fSize0, fSize1; member in PatchView
215 fShader0 = make_shader0(&fSize0); in PatchView()
216 fSize1 = fSize0; in PatchView()
217 if (fSize0.fX == 0 || fSize0.fY == 0) { in PatchView()
263 if (fSize0.fX == 0) { in onDrawContent()
264 fSize0.fX = 1; in onDrawContent()
266 if (fSize0.fY == 0) { in onDrawContent()
267 fSize0.fY = 1; in onDrawContent()
269 patch.setBounds(fSize0.fX, fSize0.fY); in onDrawContent()