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

/external/skia/bench/
H A DGrMipMapBench.cpp19 const int fW, fH; member in class:GrMipMapBench
22 GrMipMapBench(int w, int h) : fW(w), fH(h) {
41 SkImageInfo::Make(fW, fH, kRGBA_8888_SkColorType, kPremul_SkAlphaType, srgb);
H A DMipMapBench.cpp15 const int fW, fH; member in class:MipMapBench
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);
H A DHardStopGradientBench_SpecialHardStops.cpp39 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; member in class:HardStopGradientBench_SpecialHardStops
/external/skqp/bench/
H A DGrMipMapBench.cpp19 const int fW, fH; member in class:GrMipMapBench
22 GrMipMapBench(int w, int h) : fW(w), fH(h) {
41 SkImageInfo::Make(fW, fH, kRGBA_8888_SkColorType, kPremul_SkAlphaType, srgb);
H A DMipMapBench.cpp15 const int fW, fH; member in class:MipMapBench
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);
H A DHardStopGradientBench_SpecialHardStops.cpp39 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; member in class:HardStopGradientBench_SpecialHardStops
/external/skia/src/sksl/
H A DSkSLCPP.h23 , fW(w) {}
26 return SkRect::MakeLTRB(fX, fY, fZ, fW);
30 return GrColor4f(fX, fY, fZ, fW);
37 float fW; member in struct:Float4
/external/skqp/src/sksl/
H A DSkSLCPP.h23 , fW(w) {}
26 return SkRect::MakeLTRB(fX, fY, fZ, fW);
30 return GrColor4f(fX, fY, fZ, fW);
37 float fW; member in struct:Float4
/external/skia/gm/
H A Dshowmiplevels.cpp217 const int fW, fH; member in class:ShowMipLevels2
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/skia/src/core/
H A DSkGeometry.h231 fW = w;
235 fW = w;
239 SkScalar fW; member in struct:SkConic
243 fW = w;
250 fW = w;
352 Sk2s ww(conic.fW);
/external/skqp/gm/
H A Dshowmiplevels.cpp216 const int fW, fH; member in class:ShowMipLevels2
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/skqp/src/core/
H A DSkGeometry.h231 fW = w;
235 fW = w;
239 SkScalar fW; member in struct:SkConic
243 fW = w;
250 fW = w;
352 Sk2s ww(conic.fW);
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTTrans.cpp226 VERTTYPE fX, fY, fZ, fW; local
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);
360 PVRTTransformArray( PVRTVECTOR3 * const pTransformedVertex, const PVRTVECTOR3 * const pV, const int nNumberOfVertices, const PVRTMATRIX * const pMatrix, const VERTTYPE fW) argument
[all...]
H A DPVRTVector.h690 @param[in] fW Value of w component
692 PVRTVec4(VERTTYPE fX, VERTTYPE fY, VERTTYPE fZ, VERTTYPE fW) argument
694 x = fX; y = fY; z = fZ; w = fW;
699 @param[in] fW Value of w component
702 PVRTVec4(const PVRTVec3& vec3, VERTTYPE fW) argument
704 x = vec3.x; y = vec3.y; z = vec3.z; w = fW;
/external/skia/samplecode/
H A DSampleFatBits.cpp93 fW = width;
120 int fW, fH, fZoom; member in class:FatBits
175 for (int ix = 1; ix < fW; ++ix) {
204 for (int ix = 0; ix < fW; ++ix) {
H A DSamplePatch.cpp60 void setBounds(int w, int h) { fW = w; fH = h; }
67 int fW, fH; member in class:Patch
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);
H A DSampleQuadStroker.cpp129 int fW, fH, fZoom; member in class:QuadStrokerView
256 for (int ix = 1; ix < fW; ++ix) {
/external/skqp/samplecode/
H A DSampleFatBits.cpp93 fW = width;
120 int fW, fH, fZoom; member in class:FatBits
175 for (int ix = 1; ix < fW; ++ix) {
204 for (int ix = 0; ix < fW; ++ix) {
H A DSamplePatch.cpp60 void setBounds(int w, int h) { fW = w; fH = h; }
67 int fW, fH; member in class:Patch
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);
H A DSampleQuadStroker.cpp129 int fW, fH, fZoom; member in class:QuadStrokerView
256 for (int ix = 1; ix < fW; ++ix) {
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTPrint3DAPI.cpp249 float fW = m_fScreenScale[0] * 640.0f; local
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/
H A DDMSrcSink.h527 const int fW, fH; member in class:DM::ViaTiles
/external/skqp/dm/
H A DDMSrcSink.h513 const int fW, fH; member in class:DM::ViaTiles
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 759 milliseconds