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

  /external/skia/bench/
MipMapBench.cpp 15 const int fW, fH;
21 : fW(w), fH(h), fColorMode(colorMode), fHalfFoat(halfFloat)
37 SkImageInfo info = fHalfFoat ? SkImageInfo::Make(fW, fH, kRGBA_F16_SkColorType,
40 : SkImageInfo::MakeS32(fW, fH, kPremul_SkAlphaType);
GrMipMapBench.cpp 19 const int fW, fH;
22 GrMipMapBench(int w, int h) : fW(w), fH(h) {
40 SkImageInfo info = SkImageInfo::Make(fW, fH, kN32_SkColorType, kPremul_SkAlphaType,
HardStopGradientBench_SpecialHardStops.cpp 40 fH = h;
43 fName.printf("hardstop_special_%03dx%03d_%s", fW, fH, kindstr(fKind));
51 return SkIPoint::Make(fW, fH);
56 SkPoint::Make( 0.0f, fH/2.0f),
57 SkPoint::Make(fW+2.0f, fH/2.0f),
110 int fH;
  /external/skia/gm/
showmiplevels.cpp 231 const int fW, fH;
235 ShowMipLevels2(int w, int h) : fW(w), fH(h) { }
241 str.printf("showmiplevels2_%dx%d", fW, fH);
301 fBM[0] = sk_tool_utils::create_checkerboard_bitmap(fW, fH,
303 fBM[1] = make_bitmap(fW, fH);
304 fBM[2] = make_bitmap2(fW, fH);
305 fBM[3] = make_bitmap3(fW, fH);
  /external/skia/samplecode/
SamplePatch.cpp 59 void setBounds(int w, int h) { fW = w; fH = h; }
66 int fW, fH;
165 const SkScalar dt = SK_Scalar1 * fH / nv;
177 colors[i*2 + 0] = make_color(s/fW, t/fH);
178 colors[i*2 + 1] = make_color(s/fW, (t + dt)/fH);
SampleFatBits.cpp 91 fH = height;
117 int fW, fH, fZoom;
168 for (int iy = 1; iy < fH; ++iy) {
199 for (int iy = 0; iy < fH; ++iy) {
SampleQuadStroker.cpp 128 int fW, fH, fZoom;
252 for (int iy = 1; iy < fH; ++iy) {
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPrint3DAPI.cpp 250 float fH = m_fScreenScale[1] * 480.0f;
252 PVRTMat4 mxOrtho = PVRTMat4::Ortho(0.0f, 0.0f, fW, -fH, -1.0f, 1.0f, PVRTMat4::OGL, m_bRotate);
255 PVRTMat4 mxTrans = PVRTMat4::Translation(-fH,fW,0.0f);
  /external/skia/dm/
DMSrcSink.h 457 const int fW, fH;

Completed in 733 milliseconds