HomeSort by relevance Sort by last modified time
    Searched defs:fW (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/samplecode/
SamplePathUtils.cpp 40 static const int fH = 8, fW = 12;
83 gBitsToPath_fns[j](&path, (char*) &gBits[i], fW, fH, fRowBytes);
87 canvas->translate(1.5f * fW, 0); // translates past previous bitmap
89 canvas->translate(1.5f * fW, 0); // translates past previous bitmap
SamplePatch.cpp 59 void setBounds(int w, int h) { fW = w; fH = h; }
66 int fW, fH;
182 const SkScalar ds = SK_Scalar1 * fW / nu;
195 colors[i*2 + 0] = make_color(s/fW, t/fH);
196 colors[i*2 + 1] = make_color(s/fW, (t + dt)/fH);
SampleFatBits.cpp 95 fW = width;
118 int fW, fH, fZoom;
185 for (int ix = 1; ix < fW; ++ix) {
214 for (int ix = 0; ix < fW; ++ix) {
  /external/chromium_org/third_party/skia/src/core/
SkGeometry.h 218 SkScalar fW;
222 fW = w;
  /external/skia/samplecode/
SamplePathUtils.cpp 40 static const int fH = 8, fW = 12;
83 gBitsToPath_fns[j](&path, (char*) &gBits[i], fW, fH, fRowBytes);
87 canvas->translate(1.5f * fW, 0); // translates past previous bitmap
89 canvas->translate(1.5f * fW, 0); // translates past previous bitmap
SamplePatch.cpp 59 void setBounds(int w, int h) { fW = w; fH = h; }
66 int fW, fH;
182 const SkScalar ds = SK_Scalar1 * fW / nu;
195 colors[i*2 + 0] = make_color(s/fW, t/fH);
196 colors[i*2 + 1] = make_color(s/fW, (t + dt)/fH);
SampleFatBits.cpp 95 fW = width;
119 int fW, fH, fZoom;
186 for (int ix = 1; ix < fW; ++ix) {
215 for (int ix = 0; ix < fW; ++ix) {
  /external/skia/src/core/
SkGeometry.h 218 SkScalar fW;
222 fW = w;

Completed in 1053 milliseconds