Home
last modified time | relevance | path

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

/external/skqp/samplecode/
DPerlinPatch.cpp71 SkScalar fTexY; member in PerlinPatchView
78 fTexX(100.0), fTexY(50.0), fTexScale(1.0f) { in PerlinPatchView()
144 { fTexX - texWidth, fTexY - texHeight}, in onDrawContent()
145 { fTexX + texWidth, fTexY - texHeight}, in onDrawContent()
146 { fTexX + texWidth, fTexY + texHeight}, in onDrawContent()
147 { fTexX - texWidth, fTexY + texHeight}} in onDrawContent()
203 fTexY += yDiff * fTexScale; in onClick()