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

1 2 3 4 5 6 7 8 910

  /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...]
SkImageTypes.h 34 int fHeight;
SkImage.h 60 int fHeight;
77 int height() const { return fHeight; }
114 fHeight(height),
123 const int fHeight;
SkSurface.h 68 int height() const { return fHeight; }
152 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...]
SkImageTypes.h 34 int fHeight;
SkImage.h 60 int fHeight;
77 int height() const { return fHeight; }
114 fHeight(height),
123 const int fHeight;
SkSurface.h 68 int height() const { return fHeight; }
152 const int fHeight;
  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer.h 22 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
30 int height() const { return fHeight; }
48 int fHeight;
GrStencilBuffer.h 29 int height() const { return fHeight; }
61 , fHeight(height)
71 int fHeight;
  /external/skia/src/gpu/
GrRectanizer.h 22 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
30 int height() const { return fHeight; }
48 int fHeight;
GrStencilBuffer.h 29 int height() const { return fHeight; }
61 , fHeight(height)
71 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 GrAssert(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 GrAssert(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/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/src/image/
SkImage_Raster.cpp 21 if (info.fWidth < 0 || info.fHeight < 0) {
24 if (info.fWidth > maxDimension || info.fHeight > maxDimension) {
45 int64_t size = (int64_t)info.fHeight * rowBytes;
87 : INHERITED(info.fWidth, info.fHeight) {
91 fBitmap.setConfig(config, info.fWidth, info.fHeight, rowBytes);
98 : INHERITED(info.fWidth, info.fHeight) {
102 fBitmap.setConfig(config, info.fWidth, info.fHeight, rowBytes);
128 if (0 == info.fWidth && 0 == info.fHeight) {
137 SkAutoDataUnref data(SkData::NewWithCopy(pixels, info.fHeight * rowBytes));
146 if (0 == info.fWidth && 0 == info.fHeight) {
    [all...]
  /external/skia/src/image/
SkImage_Raster.cpp 21 if (info.fWidth < 0 || info.fHeight < 0) {
24 if (info.fWidth > maxDimension || info.fHeight > maxDimension) {
45 int64_t size = (int64_t)info.fHeight * rowBytes;
87 : INHERITED(info.fWidth, info.fHeight) {
91 fBitmap.setConfig(config, info.fWidth, info.fHeight, rowBytes);
98 : INHERITED(info.fWidth, info.fHeight) {
102 fBitmap.setConfig(config, info.fWidth, info.fHeight, rowBytes);
128 if (0 == info.fWidth && 0 == info.fHeight) {
137 SkAutoDataUnref data(SkData::NewWithCopy(pixels, info.fHeight * rowBytes));
146 if (0 == info.fWidth && 0 == info.fHeight) {
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPicture.cpp 121 fWidth = fHeight = 0;
126 fHeight = src.fHeight;
152 SkTSwap(fHeight, other.fHeight);
168 clone->fHeight = fHeight;
212 fHeight = height;
234 SkIntToScalar(fHeight));
290 , fHeight(height) {
    [all...]
SkMipMap.h 23 uint32_t fWidth, fHeight;
  /external/skia/src/core/
SkPicture.cpp 121 fWidth = fHeight = 0;
126 fHeight = src.fHeight;
152 SkTSwap(fHeight, other.fHeight);
168 clone->fHeight = fHeight;
212 fHeight = height;
234 SkIntToScalar(fHeight));
290 , fHeight(height) {
    [all...]
SkMipMap.h 23 uint32_t fWidth, 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 390 milliseconds

1 2 3 4 5 6 7 8 910