Searched refs:fTexY (Results 1 – 2 of 2) sorted by relevance
/external/skia/samplecode/ |
D | PerlinPatch.cpp | 71 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()
|
/external/skqp/samplecode/ |
D | PerlinPatch.cpp | 71 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()
|