Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSamplePatch.cpp228 SkIPoint fSize0, fSize1; member in PatchView
233 fShader0 = make_shader0(&fSize0); in PatchView()
234 fSize1 = fSize0; in PatchView()
235 if (fSize0.fX == 0 || fSize0.fY == 0) { in PatchView()
286 if (fSize0.fX == 0) { in onDrawContent()
287 fSize0.fX = 1; in onDrawContent()
289 if (fSize0.fY == 0) { in onDrawContent()
290 fSize0.fY = 1; in onDrawContent()
292 patch.setBounds(fSize0.fX, fSize0.fY); in onDrawContent()