HomeSort by relevance Sort by last modified time
    Searched defs:fHeight (Results 26 - 50 of 83) sorted by null

12 3 4

  /external/chromium_org/third_party/skia/src/images/
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;
SkImageDecoder_libgif.cpp 54 GifInterlaceIter(int height) : fHeight(height) {
76 while (y >= fHeight) {
92 const int 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/skia/gm/
morphology.cpp 61 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/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...]
SkPicture.h 151 int height() const { return fHeight; }
258 // fPlayback, fRecord, fWidth & fHeight are protected to allow derived classes to
262 int fWidth, 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;
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/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/third_party/skia/platform_tools/nacl/src/
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/samplecode/
SampleSkLayer.cpp 163 int fHeight;
178 child->setSize(gData[i].fWidth, gData[i].fHeight);
  /external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.h 225 , fHeight(bm.height())
232 const uint32_t fHeight;
SkGlyph.h 29 uint16_t fWidth, 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/src/gpu/gl/
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/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;
DrawBitmapRectTest.cpp 235 int fHeight;
246 gTests[i].fWidth, gTests[i].fHeight,
  /external/skia/samplecode/
SampleSkLayer.cpp 163 int fHeight;
178 child->setSize(gData[i].fWidth, gData[i].fHeight);
  /external/skia/src/core/
SkBitmapHeap.h 225 , fHeight(bm.height())
232 const uint32_t fHeight;
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 29 uint16_t fWidth, fHeight, fRowHeight;
68 SkScalar getVerticalScaleFactor() const { return SkIntToScalar(fDesc.fRowHeight) / fDesc.fHeight; }
  /external/skia/src/gpu/gl/
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/skia/gm/
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/include/core/
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...]

Completed in 1541 milliseconds

12 3 4