HomeSort by relevance Sort by last modified time
    Searched defs:fW (Results 1 - 12 of 12) 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) {
41 SkImageInfo::Make(fW, fH, kRGBA_8888_SkColorType, kPremul_SkAlphaType, srgb);
HardStopGradientBench_SpecialHardStops.cpp 39 fW = w;
43 fName.printf("hardstop_special_%03dx%03d_%s", fW, fH, kindstr(fKind));
51 return SkIPoint::Make(fW, fH);
57 SkPoint::Make(fW+2.0f, fH/2.0f),
109 int fW;
  /external/skia/gm/
showmiplevels.cpp 238 const int fW, fH;
242 ShowMipLevels2(int w, int h) : fW(w), fH(h) { }
248 str.printf("showmiplevels2_%dx%d", fW, fH);
308 fBM[0] = sk_tool_utils::create_checkerboard_bitmap(fW, fH,
310 fBM[1] = make_bitmap(fW, fH);
311 fBM[2] = make_bitmap2(fW, fH);
312 fBM[3] = make_bitmap3(fW, fH);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTTrans.cpp 226 VERTTYPE fX, fY, fZ, fW;
252 fW = pMatrix->f[ 3]*pBoundingBox->Point[i].x +
257 if(fX < -fW)
259 else if(fX > fW)
262 if(fY < -fW)
264 else if(fY > fW)
352 @Input fW W coordinate of input vector (e.g. use 1 for position, 0 for normal)
365 const VERTTYPE fW)
375 VERTTYPEMUL(pMatrix->f[12], fW);
379 VERTTYPEMUL(pMatrix->f[13], fW);
    [all...]
  /external/skia/src/core/
SkGeometry.h 201 fW = w;
205 fW = w;
209 SkScalar fW;
213 fW = w;
220 fW = w;
322 Sk2s ww(conic.fW);
  /external/skia/samplecode/
SamplePatch.cpp 60 void setBounds(int w, int h) { fW = w; fH = h; }
67 int fW, fH;
165 const SkScalar ds = SK_Scalar1 * fW / nu;
178 colors[i*2 + 0] = make_color(s/fW, t/fH);
179 colors[i*2 + 1] = make_color(s/fW, (t + dt)/fH);
SampleFatBits.cpp 90 fW = width;
117 int fW, fH, fZoom;
172 for (int ix = 1; ix < fW; ++ix) {
201 for (int ix = 0; ix < fW; ++ix) {
SampleQuadStroker.cpp 128 int fW, fH, fZoom;
256 for (int ix = 1; ix < fW; ++ix) {
  /external/skia/src/gpu/instanced/
InstancedRenderingTypes.h 108 float fX, fY, fZ, fW;
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPrint3DAPI.cpp 249 float fW = m_fScreenScale[0] * 640.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 982 milliseconds