HomeSort by relevance Sort by last modified time
    Searched refs:fHeight (Results 1 - 25 of 246) sorted by null

1 2 3 4 5 6 7 8 910

  /external/skia/include/core/
SkSize.h 15 T fHeight;
20 s.fHeight = h;
26 fHeight = h;
29 /** Returns true iff fWidth == 0 && fHeight == 0
32 return 0 == fWidth && 0 == fHeight;
37 return fWidth <= 0 || fHeight <= 0;
42 fWidth = fHeight = 0;
46 T height() const { return fHeight; }
53 if (fHeight < 0) {
54 fHeight = 0
    [all...]
SkImageInfo.h 172 , fHeight(0)
222 int height() const { return fHeight; }
227 bool isEmpty() const { return fWidth <= 0 || fHeight <= 0; }
236 SkISize dimensions() const { return SkISize::Make(fWidth, fHeight); }
237 SkIRect bounds() const { return SkIRect::MakeWH(fWidth, fHeight); }
248 return SkImageInfo::Make(fWidth, fHeight, fColorType, newAlphaType, fProfileType);
252 return SkImageInfo::Make(fWidth, fHeight, newColorType, fAlphaType, fProfileType);
269 SkASSERT((unsigned)y < (unsigned)fHeight);
284 if (0 == fHeight) {
287 return sk_64_mul(fHeight - 1, rowBytes) + fWidth * this->bytesPerPixel()
    [all...]
  /external/skia/src/gpu/
GrRectanizer.h 17 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
27 int height() const { return fHeight; }
41 int fHeight;
GrTextureToYUVPlanes.cpp 76 yuvDesc.fHeight = sizes[0].fHeight;
86 yDesc.fHeight = sizes[0].fHeight;
97 uvDesc.fHeight = sizes[1].fHeight;
107 uvDesc.fHeight = sizes[1].fHeight;
110 uvDesc.fHeight = sizes[2].fHeight;
    [all...]
GrStencilAttachment.h 28 int height() const { return fHeight; }
60 , fHeight(height)
70 int fHeight;
GrTextureParamsAdjuster.h 34 int fHeight;
72 int height() const { return fHeight; }
78 , fHeight(height)
91 builder[2] = copyParams.fHeight;
112 const int fHeight;
GrYUVProvider.cpp 56 yuvInfo->fSizeInMemory[i] = yuvInfo->fRowBytes[i] * yuvInfo->fSize[i].fHeight;
96 yuvDesc.fHeight = yuvInfo.fSize[i].fHeight;
99 (yuvDesc.fHeight != yuvInfo.fSize[0].fHeight);
106 !yuvTextures[i]->writePixels(0, 0, yuvDesc.fWidth, yuvDesc.fHeight,
133 const SkRect r = SkRect::MakeIWH(yuvInfo.fSize[0].fWidth, yuvInfo.fSize[0].fHeight);
  /external/pdfium/xfa/include/fwl/core/
fwl_content.h 17 FWL_ERR GetMinSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight);
18 FWL_ERR SetMinSize(FX_FLOAT fWidth, FX_FLOAT fHeight);
19 FWL_ERR GetMaxSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight);
20 FWL_ERR SetMaxSize(FX_FLOAT fWidth, FX_FLOAT fHeight);
  /external/pdfium/xfa/src/fwl/src/core/
fwl_contentimp.cpp 23 FWL_ERR IFWL_Content::GetMinSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight) {
24 return static_cast<CFWL_ContentImp*>(GetImpl())->GetMinSize(fWidth, fHeight);
26 FWL_ERR IFWL_Content::SetMinSize(FX_FLOAT fWidth, FX_FLOAT fHeight) {
27 return static_cast<CFWL_ContentImp*>(GetImpl())->SetMinSize(fWidth, fHeight);
29 FWL_ERR IFWL_Content::GetMaxSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight) {
30 return static_cast<CFWL_ContentImp*>(GetImpl())->GetMaxSize(fWidth, fHeight);
32 FWL_ERR IFWL_Content::SetMaxSize(FX_FLOAT fWidth, FX_FLOAT fHeight) {
33 return static_cast<CFWL_ContentImp*>(GetImpl())->SetMaxSize(fWidth, fHeight);
74 FWL_ERR CFWL_ContentImp::GetMinSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight) {
76 fHeight = m_fHeightMin;
    [all...]
  /external/skia/src/gpu/gl/
GrGLIRect.h 24 GrGLsizei fHeight;
27 GR_GL_CALL(gl, Viewport(fLeft, fBottom, fWidth, fHeight));
31 GR_GL_CALL(gl, Scissor(fLeft, fBottom, fWidth, fHeight));
51 fBottom = glRect.fBottom + (glRect.fHeight - topOffset - height);
55 fHeight = height;
60 SkASSERT(fHeight >= 0);
67 fBottom + fHeight >= glRect.fBottom + glRect.fHeight;
70 void invalidate() {fLeft = fWidth = fBottom = fHeight = -1;}
GrGLProgram.h 67 fRenderTargetSize.fHeight = -1;
82 destVec[2] = -2.f / fRenderTargetSize.fHeight;
85 destVec[2] = 2.f / fRenderTargetSize.fHeight;
GrGLPathRendering.h 90 fRenderTargetSize.fHeight = -1;
101 0, -SkIntToScalar(2) / fRenderTargetSize.fHeight, SK_Scalar1,
105 0, SkIntToScalar(2) / fRenderTargetSize.fHeight, -SK_Scalar1,
  /external/skia/include/android/
SkBitmapRegionDecoder.h 74 int height() const { return fHeight; }
82 , fHeight(height)
87 const int fHeight;
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_contentimp.h 21 FWL_ERR GetMinSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight);
22 FWL_ERR SetMinSize(FX_FLOAT fWidth, FX_FLOAT fHeight);
23 FWL_ERR GetMaxSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight);
24 FWL_ERR SetMaxSize(FX_FLOAT fWidth, FX_FLOAT fHeight);
  /external/skia/src/images/
SkPageFlipper.cpp 14 fHeight = 0;
24 fHeight = height;
34 fHeight = height;
42 fDirty1->setRect(0, 0, fWidth, fHeight);
47 r.set(0, 0, fWidth, fHeight);
55 r.setRect(0, 0, fWidth, fHeight);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Utils.cpp 140 const FX_FLOAT fHeight = crBBox.top - crBBox.bottom;
162 pts[i][j].y *= pts[i][j].y * fHeight + crBBox.bottom;
191 FX_FLOAT fHeight = crBBox.top - crBBox.bottom;
193 CPDF_Point pt1(crBBox.left, crBBox.bottom + fHeight / 2);
195 CPDF_Point pt3(crBBox.right, crBBox.bottom + fHeight / 2);
244 FX_FLOAT fHeight = crBBox.top - crBBox.bottom;
246 CPDF_Point pt1(crBBox.left, crBBox.bottom + fHeight / 2);
248 CPDF_Point pt3(crBBox.right, crBBox.bottom + fHeight / 2);
309 FX_FLOAT fHeight = crBBox.top - crBBox.bottom;
312 CPDF_Point pt2(0, fHeight / 2)
    [all...]
  /external/skia/include/images/
SkPageFlipper.h 30 int height() const { return fHeight; }
59 int fHeight;
SkMovie.h 58 int fHeight;
  /external/skia/gm/
imagetoyuvplanes.cpp 75 SkAutoTDeleteArray<uint8_t> yPlane(new uint8_t[realRowBytes[0] * sizes[0].fHeight]);
76 SkAutoTDeleteArray<uint8_t> uPlane(new uint8_t[realRowBytes[1] * sizes[1].fHeight]);
77 SkAutoTDeleteArray<uint8_t> vPlane(new uint8_t[realRowBytes[2] * sizes[2].fHeight]);
84 yuvBmps[0].setInfo(SkImageInfo::MakeA8(sizes[0].fWidth, sizes[0].fHeight), kRowBytes[s][0]);
85 yuvBmps[1].setInfo(SkImageInfo::MakeA8(sizes[1].fWidth, sizes[1].fHeight), kRowBytes[s][1]);
86 yuvBmps[2].setInfo(SkImageInfo::MakeA8(sizes[2].fWidth, sizes[2].fHeight), kRowBytes[s][2]);
94 memset(yPlane.get(), 0, realRowBytes[0] * sizes[0].fHeight);
95 memset(uPlane.get(), 0, realRowBytes[1] * sizes[1].fHeight);
96 memset(vPlane.get(), 0, realRowBytes[2] * sizes[2].fHeight);
  /external/skia/tests/
SizeTest.cpp 31 a.fWidth == b.fWidth && a.fHeight == b.fHeight);
57 a.fWidth == b.fWidth && a.fHeight == b.fHeight);
  /external/skia/src/image/
SkImage_Gpu.cpp 141 desc.fHeight = subset.height();
148 return new SkImage_Gpu(desc.fWidth, desc.fHeight, kNeedNewImageUniqueID, fAlphaType, subTx,
158 if (desc.fWidth <= 0 || desc.fHeight <= 0) {
170 return new SkImage_Gpu(desc.fWidth, desc.fHeight, kNeedNewImageUniqueID, at, tex, budgeted);
185 if (desc.fWidth <= 0 || desc.fHeight <= 0) {
200 return new SkImage_Gpu(desc.fWidth, desc.fHeight, kNeedNewImageUniqueID, at, dst,
210 if (yuvSizes[0].fWidth <= 0 || yuvSizes[0].fHeight <= 0 ||
211 yuvSizes[1].fWidth <= 0 || yuvSizes[1].fHeight <= 0 ||
212 yuvSizes[2].fWidth <= 0 || yuvSizes[2].fHeight <= 0) {
222 yDesc.fHeight = yuvSizes[0].fHeight
    [all...]
  /external/skia/src/gpu/vk/
GrVkProgram.h 86 fRenderTargetSize.fHeight = -1;
101 destVec[2] = -2.f / fRenderTargetSize.fHeight;
104 destVec[2] = 2.f / fRenderTargetSize.fHeight;
  /external/pdfium/xfa/include/fwl/lightwidget/
checkbox.h 21 FWL_ERR SetBoxSize(FX_FLOAT fHeight);
  /external/skia/bench/
GMBench.cpp 35 return SkIPoint::Make(size.fWidth, size.fHeight);
  /external/skia/src/core/
SkBitmapCache.cpp 60 desc.fHeight = height;
73 desc.fHeight = height;
90 , fHeight(height)
94 sizeof(fGenID) + sizeof(fWidth) + sizeof(fHeight) + sizeof(fBounds));
100 , fHeight(desc.fHeight)
104 sizeof(fGenID) + sizeof(fWidth) + sizeof(fHeight) + sizeof(fBounds));
108 SkDebugf("-- add [%d %d] %d [%d %d %d %d]\n", fWidth, fHeight, fGenID,
114 const int fHeight;
166 if (0 == desc.fWidth || 0 == desc.fHeight) {
    [all...]

Completed in 224 milliseconds

1 2 3 4 5 6 7 8 910