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

1 2 3 45 6

  /external/skia/gm/
complexclip.cpp 106 SkFloatToScalar(4.0f/3.0f * (this->getISize().fHeight - 20)));
  /external/skia/legacy/include/core/
SkScalerContext.h 43 uint16_t fWidth, fHeight;
  /external/skia/src/gpu/
GrAtlas.cpp 184 desc.fHeight = GR_ATLAS_TEXTURE_HEIGHT;
GrSWMaskHelper.cpp 123 desc.fHeight = fBM.height();
SkGr.cpp 82 desc->fHeight = bitmap.height();
SkGpuDevice.cpp 229 desc.fHeight = height;
771 desc.fHeight = SkScalarCeilToInt(srcRect.height());
899 desc.fHeight = dstM.fBounds.height();
908 texture->writePixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
    [all...]
GrClipMaskManager.cpp 375 desc.fHeight = height;
399 desc.fHeight = clipSpaceIBounds.height();
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 170 if (glyph.fWidth == 0 || glyph.fHeight == 0) {
179 if (glyph.fHeight + TEXTURE_BORDER_SIZE * 2 >
182 (int) glyph.fWidth, (int) glyph.fHeight);
212 uint32_t endY = startY + glyph.fHeight;
  /external/skia/legacy/src/utils/
SkDeferredCanvas.cpp 182 transformedRect.fBottom < SkIntToScalar(canvasSize.fHeight)) {
194 bounds.fBottom < canvasSize.fHeight)
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 90 viewportSize.set(viewport.fWidth, viewport.fHeight);
137 0,-SkIntToScalar(2) / viewportSize.fHeight, SK_Scalar1,
  /external/skia/src/gpu/effects/
GrConfigConversionEffect.cpp 179 desc.fHeight = 256;
  /external/skia/src/pdf/
SkPDFDevice.cpp 556 SkIntToScalar(contentSize.fHeight));
565 abs(size.fHeight));
568 abs(contentSize.fHeight));
586 fInitialTransform.setTranslate(0, SkIntToScalar(pageSize.fHeight));
    [all...]
  /external/skia/legacy/src/core/
SkDraw.cpp     [all...]
SkPaint.cpp 863 SkIntToScalar(g.fTop + g.fHeight));
886 SkIntToScalar(g.fTop + g.fHeight));
894 SkIntToScalar(g.fTop + g.fHeight) + sy);
    [all...]
  /external/skia/legacy/src/images/
SkMovie_gif.cpp 88 info->fHeight = fGIF->SHeight;
  /external/skia/src/effects/
SkBlendImageFilter.cpp 189 desc.fHeight = src.height();
SkDisplacementMapEffect.cpp 294 desc.fHeight = src.height();
  /external/skia/src/images/
SkMovie_gif.cpp 92 info->fHeight = fGIF->SHeight;
  /external/skia/src/utils/
SkDeferredCanvas.cpp 616 transformedRect.fBottom < SkIntToScalar(canvasSize.fHeight)) {
622 SkIntToScalar(canvasSize.fWidth), SkIntToScalar(canvasSize.fHeight)));
  /external/skia/tests/
ClipStackTest.cpp 846 SkScalarFloorToScalar(r.nextRangeScalar(kBounds.fTop, kBounds.fBottom - size.fHeight))};
848 SkRect rect = SkRect::MakeXYWH(xy.fX, xy.fY, size.fWidth, size.fHeight);
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/core/
SkDraw.cpp     [all...]
SkPaint.cpp 966 SkIntToScalar(g.fTop + g.fHeight));
989 SkIntToScalar(g.fTop + g.fHeight));
997 SkIntToScalar(g.fTop + g.fHeight) + sy);
    [all...]
  /external/skia/tools/
PictureRenderer.cpp 768 SkIntToScalar(fHeight));
bench_pictures_main.cpp 447 viewport.fHeight = atoi(*argv);

Completed in 453 milliseconds

1 2 3 45 6