Searched refs:fHeight (Results 1 - 25 of 345) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/include/core/
H A DSkSize.h15 T fHeight; member in struct:SkTSize
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
[all...]
H A DSkImageInfo.h157 , fHeight(0)
200 int height() const { return fHeight; }
204 bool isEmpty() const { return fWidth <= 0 || fHeight <= 0; }
210 SkISize dimensions() const { return SkISize::Make(fWidth, fHeight); }
221 return SkImageInfo::Make(fWidth, fHeight, fColorType, newAlphaType);
225 return SkImageInfo::Make(fWidth, fHeight, newColorType, fAlphaType);
251 if (0 == fHeight) {
254 return sk_64_mul(fHeight - 1, rowBytes) + fWidth * this->bytesPerPixel();
274 int fHeight; member in struct:SkImageInfo
281 , fHeight(heigh
[all...]
H A DSkImage.h60 int height() const { return fHeight; }
109 fHeight(height),
118 const int fHeight; member in class:SkImage
/external/skia/include/core/
H A DSkSize.h15 T fHeight; member in struct:SkTSize
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
[all...]
H A DSkImage.h54 int height() const { return fHeight; }
102 fHeight(height),
111 const int fHeight; member in class:SkImage
/external/chromium_org/third_party/skia/src/gpu/
H A DGrRectanizer.h17 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
27 int height() const { return fHeight; }
41 int fHeight; member in class:GrRectanizer
H A DGrStencilBuffer.h28 int height() const { return fHeight; }
59 , fHeight(height)
69 int fHeight; member in class:GrStencilBuffer
/external/skia/src/gpu/
H A DGrRectanizer.h17 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
27 int height() const { return fHeight; }
41 int fHeight; member in class:GrRectanizer
H A DGrStencilBuffer.h28 int height() const { return fHeight; }
59 , fHeight(height)
69 int fHeight; member in class:GrStencilBuffer
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLIRect.h24 GrGLsizei fHeight; member in struct:GrGLIRect
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;}
/external/skia/src/gpu/gl/
H A DGrGLIRect.h24 GrGLsizei fHeight; member in struct:GrGLIRect
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;}
/external/chromium_org/third_party/skia/src/images/
H A DSkPageFlipper.cpp14 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/skia/src/images/
H A DSkPageFlipper.cpp14 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/
H A DPWL_Utils.cpp144 FX_FLOAT fHeight = crBBox.top - crBBox.bottom;
196 pts[j].y *= fHeight;
227 FX_FLOAT fHeight = crBBox.top - crBBox.bottom;
229 CPDF_Point pt1(crBBox.left,crBBox.bottom + fHeight / 2);
231 CPDF_Point pt3(crBBox.right,crBBox.bottom + fHeight / 2);
284 FX_FLOAT fHeight = crBBox.top - crBBox.bottom;
286 CPDF_Point pt1(crBBox.left,crBBox.bottom + fHeight / 2);
288 CPDF_Point pt3(crBBox.right,crBBox.bottom + fHeight / 2);
350 FX_FLOAT fHeight = crBBox.top - crBBox.bottom;
353 CPDF_Point pt2(0,fHeight/
[all...]
/external/chromium_org/third_party/skia/include/images/
H A DSkPageFlipper.h30 int height() const { return fHeight; }
59 int fHeight; member in class:SkPageFlipper
/external/skia/include/images/
H A DSkPageFlipper.h30 int height() const { return fHeight; }
59 int fHeight; member in class:SkPageFlipper
/external/chromium_org/third_party/skia/platform_tools/nacl/src/
H A Dnacl_hello.cpp88 position.size().height() == fHeight) {
92 fHeight = position.size().height();
93 fDeviceContext = pp::Graphics2D(this, pp::Size(fWidth, fHeight), false);
100 pp::Size(fWidth, fHeight), false);
101 fBitmap.setConfig(SkBitmap::kARGB_8888_Config, fWidth, fHeight);
123 int fHeight; member in class:SkiaInstance
/external/skia/platform_tools/nacl/src/
H A Dnacl_hello.cpp88 position.size().height() == fHeight) {
92 fHeight = position.size().height();
93 fDeviceContext = pp::Graphics2D(this, pp::Size(fWidth, fHeight), false);
100 pp::Size(fWidth, fHeight), false);
101 fBitmap.setConfig(SkBitmap::kARGB_8888_Config, fWidth, fHeight);
123 int fHeight; member in class:SkiaInstance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DGaneshUtils.cpp50 desc.fHeight = size.height();
55 SkImageInfo info = SkImageInfo::MakeN32Premul(desc.fWidth, desc.fHeight);
/external/skia/src/core/
H A DSkImageInfo.cpp22 fHeight = buffer.read32();
34 buffer.write32(fHeight);
H A DSkPictureRecorder.cpp33 fHeight = height;
53 fHeight = height;
72 // TODO: picture = SkNEW_ARGS(SkPicture, (fWidth, fHeight, fRecord));
79 picture = SkNEW_ARGS(SkPicture, (fWidth, fHeight, *fPictureRecord, deepCopyOps));
103 SkPicture picture(fWidth, fHeight, *fPictureRecord, deepCopyOps);
/external/chromium_org/third_party/skia/tests/
H A DSizeTest.cpp31 a.fWidth == b.fWidth && a.fHeight == b.fHeight);
57 a.fWidth == b.fWidth && a.fHeight == b.fHeight);
H A DMipMapTest.cpp44 REPORTER_ASSERT(reporter, level.fHeight > 0);
49 REPORTER_ASSERT(reporter, level.fHeight <= prevLevel.fHeight);
/external/skia/tests/
H A DTestSize.cpp30 a.fWidth == b.fWidth && a.fHeight == b.fHeight);
58 a.fWidth == b.fWidth && a.fHeight == b.fHeight);
H A DMipMapTest.cpp44 REPORTER_ASSERT(reporter, level.fHeight > 0);
49 REPORTER_ASSERT(reporter, level.fHeight <= prevLevel.fHeight);

Completed in 896 milliseconds

1234567891011>>