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

1 2

  /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/chromium_org/third_party/skia/experimental/iOSSampleApp/
SkSampleUIView.h 25 GLint fHeight;
  /external/chromium_org/third_party/skia/include/core/
SkImage.h 60 int height() const { return fHeight; }
109 fHeight(height),
118 const int fHeight;
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...]
SkSurface.h 129 int height() const { return fHeight; }
229 const int fHeight;
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...]
  /external/chromium_org/third_party/skia/include/images/
SkMovie.h 58 int fHeight;
SkPageFlipper.h 30 int height() const { return fHeight; }
59 int fHeight;
  /external/chromium_org/third_party/skia/src/core/
SkMipMap.h 23 uint32_t fWidth, fHeight;
SkBitmapHeap.h 225 , fHeight(bm.height())
232 const uint32_t 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;}
GrGLNameAllocator.cpp 42 GrGLuint height() const { return fHeight; }
119 GrGLuint fHeight;
263 fHeight = 1 + SkMax32(fLeft->height(), fRight->height());
280 fHeight = 0;
  /external/chromium_org/third_party/icu/source/samples/layout/
paragraph.h 67 le_int32 fHeight;
  /external/icu/icu4c/source/samples/layout/
paragraph.h 67 le_int32 fHeight;
  /external/chromium_org/third_party/skia/gm/
morphology.cpp 62 int fWidth, fHeight;
complexclip2.cpp 45 fHeight = yF - yA;
73 fTotalHeight = kRows * fHeight + SK_Scalar1 * (kRows + 1) * kPadY;
151 kPadY * SK_Scalar1 + (fHeight + kPadY * SK_Scalar1)*i);
189 canvas->drawRect(SkRect::MakeWH(fWidth, fHeight), fillPaint);
203 SkScalar 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;
nacl_debugger.cpp 156 position.size().height() == fHeight) {
160 fHeight = position.size().height();
162 fDeviceContext = pp::Graphics2D(this, pp::Size(fWidth, fHeight), false);
169 pp::Size(fWidth, fHeight), false);
170 const SkImageInfo info = SkImageInfo::MakeN32Premul(fWidth, fHeight);
192 int fHeight;
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libbmp.cpp 75 fHeight = height;
85 int height() const { return fHeight; }
91 int fHeight;
SkImageDecoder_wbmp.cpp 53 int fHeight;
68 if (!read_mbf(stream, &fHeight) || (unsigned)fHeight > 0xFFFF) {
71 return fWidth != 0 && fHeight != 0;
112 int height = head.fHeight;
  /external/chromium_org/ui/gfx/ipc/
gfx_param_traits.cc 26 uint32 fHeight;
33 fHeight = info.fHeight;
41 SkImageInfo::Make(fWidth, fHeight, fColorType, fAlphaType)))
  /external/chromium_org/third_party/skia/samplecode/
SampleSkLayer.cpp 163 int fHeight;
178 child->setSize(gData[i].fWidth, gData[i].fHeight);
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.h 29 uint16_t fWidth, fHeight, fRowHeight;
68 SkScalar getVerticalScaleFactor() const { return SkIntToScalar(fDesc.fRowHeight) / fDesc.fHeight; }
  /external/chromium_org/third_party/skia/tests/
RecordingXfermodeTest.cpp 113 fHeight= imageInfo.height();
122 SkRect canvasRect(SkRect::MakeWH(SkIntToScalar(fWidth),SkIntToScalar(fHeight)));
123 SkCanvas* canvas = recorder.DEPRECATED_beginRecording( SkIntToScalar(fWidth), SkIntToScalar(fHeight), &factory);
138 int fHeight;
152 fHeight= imageInfo.height();
161 SkRect canvasRect(SkRect::MakeWH(SkIntToScalar(fWidth),SkIntToScalar(fHeight)));
162 SkCanvas* canvas = recorder.EXPERIMENTAL_beginRecording( SkIntToScalar(fWidth), SkIntToScalar(fHeight), &factory);
177 int fHeight;

Completed in 662 milliseconds

1 2