HomeSort by relevance Sort by last modified time
    Searched refs:fHeight (Results 76 - 100 of 246) sorted by null

1 2 34 5 6 7 8 910

  /external/skia/gm/
filterindiabox.cpp 86 size.fHeight += 20;
89 canvas->translate(0, size.fHeight);
morphology.cpp 62 int fWidth, fHeight;
  /external/skia/src/gpu/vk/
GrVkTextureRenderTarget.cpp 45 msImageDesc.fHeight = desc.fHeight;
GrVkGpu.cpp 329 if (!GrSurfacePriv::AdjustWritePixelParams(desc.fWidth, desc.fHeight, bpp, &left, &top,
512 imageDesc.fHeight = desc.fHeight;
532 if (!this->uploadTexData(tex, 0, 0, desc.fWidth, desc.fHeight, desc.fConfig, srcData,
565 if (desc.fWidth > maxSize || desc.fHeight > maxSize) {
586 surfDesc.fHeight = desc.fHeight;
630 desc.fHeight = wrapDesc.fHeight;
638 if (!createStencilAttachmentForRenderTarget(tgt, desc.fWidth, desc.fHeight)) {
    [all...]
  /external/skia/tests/
MipMapTest.cpp 109 int fHeight;
151 int levelCount = SkMipMap::ComputeLevelCount(currentTest.fWidth, currentTest.fHeight);
FloatingPointTextureTest.cpp 44 desc.fHeight = DEV_H;
RectangleTextureTest.cpp 59 copyDstDesc.fHeight = rectangleTexture->height();
80 copySrcDesc.fHeight = rectangleTexture->height();
172 rectangleDesc.fHeight = kHeight;
  /external/icu/icu4c/source/samples/layout/
pflow.c 58 le_int32 fHeight;
137 flow->fHeight = -1;
283 obj->fHeight = height;
344 rs_drawGlyphs(surface, font, glyphs, glyphCount, positions, x, y, obj->fWidth, obj->fHeight);
paragraph.cpp 79 fLineHeight(-1), fAscent(-1), fWidth(-1), fHeight(-1), fParagraphLevel(UBIDI_DEFAULT_LTR)
188 fHeight = height;
249 surface->drawGlyphs(font, glyphs, glyphCount, positions, x, y, fWidth, fHeight);
  /external/skia/debugger/QT/
SkGLWidget.cpp 89 desc.fHeight = SkScalarRoundToInt(this->height());
  /external/skia/include/gpu/
GrSurface.h 31 int height() const { return fDesc.fHeight; }
GrTypes.h 488 , fHeight(0)
496 int fHeight; //!< Height of the texture
582 int fHeight; //<! height in pixels
611 int fHeight; //<! height in pixels
  /external/skia/src/gpu/
GrSWMaskHelper.cpp 234 desc.fHeight = fPixels.height();
243 SkASSERT((desc.fHeight % dimY) == 0);
259 texture->writePixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig, data, rowbytes);
280 desc.fHeight = fPixels.height();
GrSurface.cpp 32 size = colorValuesPerPixel * desc.fWidth * desc.fHeight * colorBytes;
35 size = GrCompressedFormatDataSize(desc.fConfig, desc.fWidth, desc.fHeight);
37 size = (size_t) desc.fWidth * desc.fHeight * GrBytesPerPixel(desc.fConfig);
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 31 uint16_t fWidth, fHeight, fRowHeight;
  /external/skia/src/utils/
SkRGBAToYUV.cpp 42 SkImageInfo::MakeA8(sizes[i].fWidth, sizes[i].fHeight), planes[i], rb));
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp 57 void CPWL_Image::GetImageSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight) {
59 fHeight = 0.0f;
66 fHeight = rect.top - rect.bottom;
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_itemlayout.h 62 void GetCurrentComponentSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight);
66 void SetCurrentComponentSize(FX_FLOAT fWidth, FX_FLOAT fHeight);
76 FX_FLOAT fHeight,
  /external/skia/bench/
ChartBench.cpp 95 fSize.fHeight = -1;
114 SkScalar ySpread = SkIntToScalar(fSize.fHeight / 20);
116 SkScalar height = SkIntToScalar(fSize.fHeight);
  /external/skia/include/views/
SkView.h 76 SkScalar height() const { return fHeight; }
80 void setWidth(SkScalar width) { this->setSize(width, fHeight); }
383 SkScalar fWidth, fHeight;
  /external/skia/src/core/
SkImageGenerator.cpp 78 (sizes[0].fHeight >= 0) &&
80 (sizes[1].fHeight >= 0) &&
82 (sizes[2].fHeight >= 0) &&
SkScalerContext.cpp 32 mask->fBounds.set(fLeft, fTop, fLeft + fWidth, fTop + fHeight);
38 const size_t size = this->rowBytes() * fHeight;
52 fHeight = 0;
140 if (0 == glyph->fWidth || 0 == glyph->fHeight) {
142 glyph->fHeight = 0;
164 glyph->fHeight = SkToU16(mask.fBounds.height());
178 glyph->fHeight = SkToU16(ir.height());
219 glyph->fHeight = SkToU16(dst.fBounds.height());
230 glyph->fHeight = 0;
495 SkASSERT(tmpGlyph.fHeight <= origGlyph.fHeight)
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_gridimp.cpp 583 FX_FLOAT fHeight = 0;
590 fHeight = fRowHeigt - fTopMargin - fBottomMargin;
594 fHeight = rtAuto.Height();
596 SetWidgetActualHeight(pInfo, fHeight);
634 FX_FLOAT fHeight = rtAuto.height;
635 SetWidgetActualHeight(pInfo, fHeight);
730 FX_FLOAT CFWL_GridImp::ProcessRows(FX_FLOAT fHeight) {
731 if (fHeight <= 0) {
736 return fHeight;
810 FX_FLOAT fScaledHeight = fHeight - fFixedHeight - fAutoHeigt;
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 423 fWidth = fHeight = 0;
450 int fHeight;
473 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
480 fHeight = SkMax32(fHeight, glyph.fHeight);
495 info.bmiHeader.biHeight = fHeight;
511 size_t size = fHeight * srcRB;
527 return (const char*)fBits + (fHeight - glyph.fHeight) * srcRB
    [all...]
  /external/pdfium/xfa/src/fwl/src/theme/
formtp.cpp 390 FX_FLOAT fHeight = pRect->height;
397 path.AddRectangle(rt.left, rt.top + 1, 1, fHeight - 2);
398 path.AddRectangle(fRight - 1, rt.top + 1, 1, fHeight - 2);
414 path.AddRectangle(rt.left + 1, rt.top + 2, 1, fHeight - 4);
419 path.AddRectangle(fRight - 2, rt.top + 2, 1, fHeight - 4);
425 path.AddRectangle(pRect->left + 2, pRect->top + 2, fWidth - 4, fHeight - 4);
457 FX_FLOAT fHeight = pRect->height;
463 path.AddRectangle(rt.left, rt.top + 1, 1, fHeight - 2);
464 path.AddRectangle(fRight - 1, rt.top + 1, 1, fHeight - 2);
480 path.AddRectangle(rt.left + 1, rt.top + 2, 1, fHeight - 4);
    [all...]

Completed in 3165 milliseconds

1 2 34 5 6 7 8 910