HomeSort by relevance Sort by last modified time
    Searched defs:fW (Results 1 - 22 of 22) 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/skqp/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/src/sksl/
SkSLCPP.h 23 , fW(w) {}
26 return SkRect::MakeLTRB(fX, fY, fZ, fW);
30 return GrColor4f(fX, fY, fZ, fW);
37 float fW;
  /external/skqp/src/sksl/
SkSLCPP.h 23 , fW(w) {}
26 return SkRect::MakeLTRB(fX, fY, fZ, fW);
30 return GrColor4f(fX, fY, fZ, fW);
37 float fW;
  /external/skia/gm/
showmiplevels.cpp 217 const int fW, fH;
221 ShowMipLevels2(int w, int h) : fW(w), fH(h) { }
227 str.printf("showmiplevels2_%dx%d", fW, fH);
287 fBM[0] = sk_tool_utils::create_checkerboard_bitmap(fW, fH,
289 fBM[1] = make_bitmap(fW, fH);
290 fBM[2] = make_bitmap2(fW, fH);
291 fBM[3] = make_bitmap3(fW, fH);
  /external/skqp/gm/
showmiplevels.cpp 216 const int fW, fH;
220 ShowMipLevels2(int w, int h) : fW(w), fH(h) { }
226 str.printf("showmiplevels2_%dx%d", fW, fH);
286 fBM[0] = sk_tool_utils::create_checkerboard_bitmap(fW, fH,
288 fBM[1] = make_bitmap(fW, fH);
289 fBM[2] = make_bitmap2(fW, fH);
290 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 231 fW = w;
235 fW = w;
239 SkScalar fW;
243 fW = w;
250 fW = w;
352 Sk2s ww(conic.fW);
  /external/skqp/src/core/
SkGeometry.h 231 fW = w;
235 fW = w;
239 SkScalar fW;
243 fW = w;
250 fW = w;
352 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 93 fW = width;
120 int fW, fH, fZoom;
175 for (int ix = 1; ix < fW; ++ix) {
204 for (int ix = 0; ix < fW; ++ix) {
SampleQuadStroker.cpp 129 int fW, fH, fZoom;
256 for (int ix = 1; ix < fW; ++ix) {
  /external/skqp/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 93 fW = width;
120 int fW, fH, fZoom;
175 for (int ix = 1; ix < fW; ++ix) {
204 for (int ix = 0; ix < fW; ++ix) {
SampleQuadStroker.cpp 129 int fW, fH, fZoom;
256 for (int ix = 1; ix < fW; ++ix) {
  /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 527 const int fW, fH;
  /external/skqp/dm/
DMSrcSink.h 513 const int fW, fH;

Completed in 529 milliseconds