Searched refs:fH (Results 1 - 6 of 6) sorted by relevance

/external/skia/samplecode/
H A DSamplePatch.cpp60 void setBounds(int w, int h) { fW = w; fH = h; }
67 int fW, fH; member in class:Patch
184 const SkScalar dt = SK_Scalar1 * fH / nv;
196 colors[i*2 + 0] = make_color(s/fW, t/fH);
197 colors[i*2 + 1] = make_color(s/fW, (t + dt)/fH);
H A DSampleFatBits.cpp85 fH = height;
108 int fW, fH, fZoom; member in class:FatBits
171 for (int iy = 1; iy < fH; ++iy) {
202 for (int iy = 0; iy < fH; ++iy) {
H A DSampleQuadStroker.cpp121 int fW, fH, fZoom; member in class:QuadStrokerView
234 for (int iy = 1; iy < fH; ++iy) {
/external/skia/dm/
H A DDMSrcSink.cpp637 , fH(h)
653 yTiles = (size.height() + fH - 1) / fH;
658 SkImageInfo info = canvas->imageInfo().makeWH(fW, fH);
670 SkIntToScalar(-j * fH)); // Line up the canvas with this tile.
678 canvas->drawImage(image, SkIntToScalar(i*fW), SkIntToScalar(j*fH));
H A DDMSrcSink.h265 const int fW, fH; member in class:DM::ViaTiles
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 194 milliseconds