Searched defs:fW (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/samplecode/
H A DSamplePathUtils.cpp40 static const int fH = 8, fW = 12; member in class:SamplePathUtils
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
H A DSampleFatBits.cpp95 fW = width;
118 int fW, fH, fZoom; member in class:FatBits
185 for (int ix = 1; ix < fW; ++ix) {
214 for (int ix = 0; ix < fW; ++ix) {
H A DSamplePatch.cpp59 void setBounds(int w, int h) { fW = w; fH = h; }
66 int fW, fH; member in class:Patch
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);
/external/skia/samplecode/
H A DSamplePathUtils.cpp40 static const int fH = 8, fW = 12; member in class:SamplePathUtils
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
H A DSampleFatBits.cpp95 fW = width;
119 int fW, fH, fZoom; member in class:FatBits
186 for (int ix = 1; ix < fW; ++ix) {
215 for (int ix = 0; ix < fW; ++ix) {
H A DSamplePatch.cpp59 void setBounds(int w, int h) { fW = w; fH = h; }
66 int fW, fH; member in class:Patch
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);
/external/chromium_org/third_party/skia/src/core/
H A DSkGeometry.h218 SkScalar fW; member in struct:SkConic
222 fW = w;
/external/skia/src/core/
H A DSkGeometry.h218 SkScalar fW; member in struct:SkConic
222 fW = w;

Completed in 1096 milliseconds