HomeSort by relevance Sort by last modified time
    Searched refs:fTexX (Results 1 - 2 of 2) sorted by null

  /external/skia/samplecode/
PerlinPatch.cpp 70 SkScalar fTexX;
78 fTexX(100.0), fTexY(50.0), fTexScale(1.0f) {
144 { fTexX - texWidth, fTexY - texHeight},
145 { fTexX + texWidth, fTexY - texHeight},
146 { fTexX + texWidth, fTexY + texHeight},
147 { fTexX - texWidth, fTexY + texHeight}}
202 fTexX += xDiff * fTexScale;
  /external/skqp/samplecode/
PerlinPatch.cpp 70 SkScalar fTexX;
78 fTexX(100.0), fTexY(50.0), fTexScale(1.0f) {
144 { fTexX - texWidth, fTexY - texHeight},
145 { fTexX + texWidth, fTexY - texHeight},
146 { fTexX + texWidth, fTexY + texHeight},
147 { fTexX - texWidth, fTexY + texHeight}}
202 fTexX += xDiff * fTexScale;

Completed in 3468 milliseconds