OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fH
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/samplecode/
SamplePathUtils.cpp
40
static const int
fH
= 8, fW = 12;
42
static const int fNumChars =
fH
* fRowBytes;
83
gBitsToPath_fns[j](&path, (char*) &gBits[i], fW,
fH
, fRowBytes);
92
canvas->translate(0, 1.5f *
fH
); //translate to next row
SamplePatch.cpp
59
void setBounds(int w, int h) { fW = w;
fH
= h; }
66
int fW,
fH
;
183
const SkScalar dt = SK_Scalar1 *
fH
/ nv;
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
96
fH
= height;
118
int fW,
fH
, fZoom;
181
for (int iy = 1; iy <
fH
; ++iy) {
212
for (int iy = 0; iy <
fH
; ++iy) {
Completed in 126 milliseconds