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

12 3 4 5 6

  /external/skia/src/gpu/gl/
GrGLRenderTarget.cpp 34 temp.fHeight = height;
51 viewport.fWidth, viewport.fHeight,
63 GrAssert(viewport.fHeight == texture->height());
75 viewport.fWidth, viewport.fHeight,
GrGLTexture.cpp 36 vp.fHeight = textureDesc.fHeight;
  /external/skia/include/core/
SkPicture.h 137 int height() const { return fHeight; }
167 // fPlayback, fRecord, fWidth & fHeight are protected to allow derived classes to
172 int fWidth, fHeight;
  /external/skia/src/image/
SkSurface_Gpu.cpp 40 : INHERITED(info.fWidth, info.fHeight) {
44 fDevice = SkNEW_ARGS(SkGpuDevice, (ctx, config, info.fWidth, info.fHeight, sampleCount));
98 desc.fHeight = fDevice->height();
136 desc.fHeight = info.fHeight;
SkSurface_Picture.cpp 56 return SkSurface::NewPicture(info.fWidth, info.fHeight);
64 info.fWidth = info.fHeight = 0;
  /external/skia/legacy/include/core/
SkBitmap.h 89 bool empty() const { return 0 == fWidth || 0 == fHeight; }
107 int height() const { return fHeight; }
139 size_t getSize() const { return fHeight * fRowBytes; }
153 size.setMul(fHeight, fRowBytes);
583 SkASSERT((unsigned)y < (unsigned)fHeight);
589 SkASSERT((unsigned)y < (unsigned)fHeight);
595 int fHeight;
622 uint32_t fHeight;
    [all...]
  /external/skia/include/gpu/
GrTexture.h 51 fDesc.fHeight *
98 GrAssert(GrIsPow2(fDesc.fHeight));
149 fShiftFixedY = 31 - SkCLZ(fDesc.fHeight);
GrSurface.h 34 int height() const { return fDesc.fHeight; }
  /external/skia/legacy/src/images/
SkImageDecoder_libbmp.cpp 56 fHeight = height;
66 int height() const { return fHeight; }
72 int fHeight;
SkMovie.cpp 44 return fInfo.fHeight;
  /external/skia/src/images/
SkImageDecoder_libbmp.cpp 60 fHeight = height;
70 int height() const { return fHeight; }
76 int fHeight;
SkMovie.cpp 46 return fInfo.fHeight;
  /external/skia/gm/
morphology.cpp 53 int fWidth, fHeight;
79 SkIntToScalar(samples[i].fHeight));
complexclip2.cpp 39 fHeight = yF - yA;
62 fTotalHeight = kRows * fHeight + SK_Scalar1 * (kRows + 1) * kPadY;
120 kPadY * SK_Scalar1 + (fHeight + kPadY * SK_Scalar1)*i);
144 canvas->drawRect(SkRect::MakeWH(fWidth, fHeight), fillPaint);
157 SkScalar fHeight;
image.cpp 57 canvas->drawCircle(size.fWidth/2, size.fHeight/2, radius, paint);
62 canvas->drawCircle(size.fWidth/2, size.fHeight/2, radius, paint);
158 info.fHeight = H;
163 SkAutoTUnref<SkSurface> surf2(SkSurface::NewPicture(info.fWidth, info.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/ports/
SkFontHost_FreeType_common.cpp 63 SkASSERT(3 * glyph.fHeight == bitmap.rows);
65 SkASSERT(glyph.fHeight == bitmap.rows);
75 for (int y = 0; y < glyph.fHeight; ++y) {
84 for (int y = 0; y < glyph.fHeight; ++y) {
94 for (int y = 0; y < glyph.fHeight; y++) {
177 target.rows = glyph.fHeight;
184 memset(glyph.fImage, 0, glyph.rowBytes() * glyph.fHeight);
195 SkASSERT_CONTINUE(glyph.fHeight == face->glyph->bitmap.rows);
253 memset(glyph.fImage, 0, glyph.rowBytes() * glyph.fHeight);
264 for (int y = glyph.fHeight - 1; y >= 0; --y)
    [all...]
SkFontHost_win.cpp 88 glyph->fHeight += outset.fTop + outset.fBottom;
428 fWidth = fHeight = 0;
455 int fHeight;
482 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
489 fHeight = SkMax32(fHeight, glyph.fHeight);
504 info.bmiHeader.biHeight = fHeight;
520 size_t size = fHeight * srcRB
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_win.cpp 289 fWidth = fHeight = 0;
319 int fHeight;
343 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
360 fHeight = SkMax32(fHeight, glyph.fHeight);
375 info.bmiHeader.biHeight = fHeight;
391 size_t size = fHeight * srcRB;
408 return (const char*)fBits + (fHeight - glyph.fHeight) * srcRB
    [all...]
  /external/skia/src/gpu/
GrTexture.cpp 140 if (!GrIsPow2(desc.fWidth) || !GrIsPow2(desc.fHeight)) {
169 GrAssert(desc.fHeight < (1 << 16));
171 idKey.fData32[0] = (desc.fWidth) | (desc.fHeight << 16);
SkGrPixelRef.cpp 68 desc.fHeight = subset->height();
73 desc.fHeight = texture->height();
  /external/icu4c/samples/layout/
paragraph.h 67 le_int32 fHeight;
  /external/skia/src/core/
SkBitmap.cpp 34 uint32_t fWidth, fHeight;
144 SkTSwap(fHeight, other.fHeight);
259 SkIntToScalar(fWidth), SkIntToScalar(fHeight));
264 bounds->set(0, 0, fWidth, fHeight);
285 fHeight = height;
459 return (fHeight ? ((fHeight - 1) * fRowBytes) +
464 return ComputeSafeSize64(getConfig(), fWidth, fHeight, fRowBytes);
494 if (ComputeSafeSize(getConfig(), fWidth, fHeight, dstRowBytes)
    [all...]
SkBitmapHeap.h 225 , fHeight(bm.height())
232 const uint32_t fHeight;
  /external/skia/tests/
GLProgramsTest.cpp 51 dummyDesc.fHeight = 18;
55 dummyDesc.fHeight = 22;

Completed in 463 milliseconds

12 3 4 5 6