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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/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 157 , 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;
281 , fHeight(height
    [all...]
SkImage.h 60 int height() const { return fHeight; }
109 fHeight(height),
118 const int fHeight;
  /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...]
SkImage.h 54 int height() const { return fHeight; }
102 fHeight(height),
111 const int fHeight;
  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer.h 17 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
27 int height() const { return fHeight; }
41 int fHeight;
GrStencilBuffer.h 28 int height() const { return fHeight; }
59 , fHeight(height)
69 int fHeight;
  /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;
  /external/chromium_org/third_party/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;}
  /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;}
  /external/chromium_org/third_party/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/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 144 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/2);
    [all...]
  /external/chromium_org/third_party/skia/include/images/
SkPageFlipper.h 30 int height() const { return fHeight; }
59 int fHeight;
  /external/skia/include/images/
SkPageFlipper.h 30 int height() const { return fHeight; }
59 int fHeight;
  /external/chromium_org/third_party/skia/platform_tools/nacl/src/
nacl_hello.cpp 88 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;
  /external/skia/platform_tools/nacl/src/
nacl_hello.cpp 88 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;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
GaneshUtils.cpp 50 desc.fHeight = size.height();
55 SkImageInfo info = SkImageInfo::MakeN32Premul(desc.fWidth, desc.fHeight);
  /external/skia/src/core/
SkImageInfo.cpp 22 fHeight = buffer.read32();
34 buffer.write32(fHeight);
SkMipMap.h 23 uint32_t fWidth, fHeight;
SkPictureRecorder.cpp 33 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/src/core/
SkMipMap.h 23 uint32_t fWidth, fHeight;
  /external/chromium_org/third_party/skia/tests/
SizeTest.cpp 31 a.fWidth == b.fWidth && a.fHeight == b.fHeight);
57 a.fWidth == b.fWidth && a.fHeight == b.fHeight);
MipMapTest.cpp 44 REPORTER_ASSERT(reporter, level.fHeight > 0);
49 REPORTER_ASSERT(reporter, level.fHeight <= prevLevel.fHeight);
  /external/skia/tests/
TestSize.cpp 30 a.fWidth == b.fWidth && a.fHeight == b.fHeight);
58 a.fWidth == b.fWidth && a.fHeight == b.fHeight);

Completed in 629 milliseconds

1 2 3 4 5 6 7 8 91011>>