Searched refs:fWidth (Results 226 - 250 of 416) sorted by relevance

1234567891011>>

/external/skia/src/effects/
H A DSkBlurImageFilter.cpp28 fSigma.fWidth = buffer.readScalar();
30 buffer.validate(SkScalarIsFinite(fSigma.fWidth) &&
32 (fSigma.fWidth >= 0) &&
46 buffer.writeScalar(fSigma.fWidth);
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h29 uint16_t fWidth, fHeight, fRowHeight; member in struct:GrTextureStripAtlas::Desc
/external/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp38 fWidth = (DWRITE_FONT_STRETCH)pattern.width();
42 DWRITE_FONT_STRETCH fWidth; member in struct:DWriteStyle
212 HR_GENERAL(fontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth,
448 dwStyle.fWidth,
H A DSkScalerContext_win_dw.cpp404 glyph->fWidth = 0;
446 glyph->fWidth = SkToU16(bbox.right - bbox.left);
537 const int width = glyph.fWidth;
577 const U16CPU width = glyph.fWidth;
595 const U16CPU width = glyph.fWidth;
613 const U16CPU width = glyph.fWidth;
628 int sizeNeeded = glyph.fWidth * glyph.fHeight;
676 bbox.right = glyph.fLeft + glyph.fWidth;
H A DSkFontHost_FreeType_common.cpp378 target.width = glyph.fWidth;
414 if (glyph.fWidth == face->glyph->bitmap.width &&
450 dstBitmap.setInfo(SkImageInfo::Make(glyph.fWidth, glyph.fHeight,
463 canvas.scale(SkIntToScalar(glyph.fWidth) / SkIntToScalar(face->glyph->bitmap.width),
504 for (int x = glyph.fWidth - 1; x >= 0; --x) {
H A DSkFontHost_mac.cpp790 size_t rowBytes = fSize.fWidth * sizeof(CGRGBPixel);
791 if (!fCG || fSize.fWidth < glyph.fWidth || fSize.fHeight < glyph.fHeight) {
792 if (fSize.fWidth < glyph.fWidth) {
793 fSize.fWidth = RoundSize(glyph.fWidth);
799 rowBytes = fSize.fWidth * sizeof(CGRGBPixel);
801 fCG = CGBitmapContextCreate(image, fSize.fWidth, fSize.fHeight, 8,
840 image += (fSize.fHeight - glyph.fHeight) * fSize.fWidth;
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrContext.cpp351 rtDesc.fWidth = GrNextPow2(desc.fWidth);
387 rtDesc.fWidth = GrNextPow2(desc.fWidth);
394 GrAutoMalloc<128*128*4> stretchedPixels(bpp * rtDesc.fWidth * rtDesc.fHeight);
395 stretch_image(stretchedPixels.get(), rtDesc.fWidth, rtDesc.fHeight,
396 srcData, desc.fWidth, desc.fHeight, bpp);
398 size_t stretchedRowBytes = rtDesc.fWidth * bpp;
477 desc.fWidth = SkTMax(MIN_SIZE, GrNextPow2(desc.fWidth));
[all...]
/external/skia/src/gpu/
H A DGrContext.cpp330 rtDesc.fWidth = GrNextPow2(desc.fWidth);
365 rtDesc.fWidth = GrNextPow2(desc.fWidth);
372 SkAutoSMalloc<128*128*4> stretchedPixels(bpp * rtDesc.fWidth * rtDesc.fHeight);
373 stretch_image(stretchedPixels.get(), rtDesc.fWidth, rtDesc.fHeight,
374 srcData, desc.fWidth, desc.fHeight, bpp);
376 size_t stretchedRowBytes = rtDesc.fWidth * bpp;
455 desc.fWidth = SkTMax(MIN_SIZE, GrNextPow2(desc.fWidth));
[all...]
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp367 if (desc.fWidth > maxSize || desc.fHeight > maxSize) {
374 glTexDesc.fWidth = desc.fWidth;
401 if (!this->createRenderTargetObjects(glTexDesc.fWidth,
432 viewport.fWidth = desc.fWidth;
448 desc.fWidth,
473 desc.fWidth = glTex->width();
549 if (!adjust_pixel_ops_params(desc.fWidth, desc.fHeight, bpp, &left, &top,
647 desc.fWidth
[all...]
/external/chromium_org/third_party/skia/bench/
H A DChartBench.cpp92 fSize.fWidth = -1;
116 int dataPointCount = SkMax32(fSize.fWidth / kPixelsPerTick + 1, 2);
/external/chromium_org/third_party/skia/gm/
H A Dfilterbitmap.cpp95 size.fWidth += 20;
98 draw_row(canvas, fBM, fMatrix[i], size.fWidth);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleAARects.cpp46 fWidth = N;
188 int fWidth; member in class:AARectView
H A DSampleSkLayer.cpp162 int fWidth; member in struct:SkLayerView::__anon15149
178 child->setSize(gData[i].fWidth, gData[i].fHeight);
/external/chromium_org/third_party/skia/src/core/
H A DSkFontHost.cpp59 fUnion.fR.fWidth = kNormal_Width;
66 fUnion.fR.fWidth = SkPin32(width, kUltraCondensed_Width, kUltaExpanded_Width);
H A DSkStroke.cpp478 fWidth = SK_Scalar1;
486 fWidth = p.getStrokeWidth();
494 fWidth = width;
503 fWidth = width;
552 SkScalar radius = SkScalarHalf(fWidth);
692 SkScalar radius = SkScalarHalf(fWidth);
730 if (fWidth < SkMinScalar(rw, rh) && !fDoFill) {
/external/chromium_org/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp457 glyph->fWidth = SkToU16(bbox.right - bbox.left);
465 glyph->fWidth = 0;
568 const int width = glyph.fWidth;
608 const U16CPU width = glyph.fWidth;
626 const U16CPU width = glyph.fWidth;
644 const U16CPU width = glyph.fWidth;
662 int sizeNeeded = glyph.fWidth * glyph.fHeight;
710 bbox.right = glyph.fLeft + glyph.fWidth;
H A DSkFontHost_FreeType_common.cpp378 target.width = glyph.fWidth;
414 if (glyph.fWidth == face->glyph->bitmap.width &&
450 dstBitmap.setInfo(SkImageInfo::Make(glyph.fWidth, glyph.fHeight,
463 canvas.scale(SkIntToScalar(glyph.fWidth) / SkIntToScalar(face->glyph->bitmap.width),
504 for (int x = glyph.fWidth - 1; x >= 0; --x) {
H A DSkFontHost_mac.cpp790 size_t rowBytes = fSize.fWidth * sizeof(CGRGBPixel);
791 if (!fCG || fSize.fWidth < glyph.fWidth || fSize.fHeight < glyph.fHeight) {
792 if (fSize.fWidth < glyph.fWidth) {
793 fSize.fWidth = RoundSize(glyph.fWidth);
799 rowBytes = fSize.fWidth * sizeof(CGRGBPixel);
801 fCG.reset(CGBitmapContextCreate(image, fSize.fWidth, fSize.fHeight, 8,
840 image += (fSize.fHeight - glyph.fHeight) * fSize.fWidth;
[all...]
/external/skia/bench/
H A DChartBench.cpp92 fSize.fWidth = -1;
116 int dataPointCount = SkMax32(fSize.fWidth / kPixelsPerTick + 1, 2);
/external/skia/gm/
H A Dfilterbitmap.cpp95 size.fWidth += 20;
98 draw_row(canvas, fBM, fMatrix[i], size.fWidth);
/external/skia/samplecode/
H A DSampleAARects.cpp46 fWidth = N;
188 int fWidth; member in class:AARectView
H A DSampleSkLayer.cpp162 int fWidth; member in struct:SkLayerView::__anon30559
178 child->setSize(gData[i].fWidth, gData[i].fHeight);
/external/skia/src/core/
H A DSkFontHost.cpp59 fUnion.fR.fWidth = kNormal_Width;
66 fUnion.fR.fWidth = SkPin32(width, kUltraCondensed_Width, kUltaExpanded_Width);
H A DSkStroke.cpp477 fWidth = SK_Scalar1;
485 fWidth = p.getStrokeWidth();
493 fWidth = width;
502 fWidth = width;
551 SkScalar radius = SkScalarHalf(fWidth);
691 SkScalar radius = SkScalarHalf(fWidth);
729 if (fWidth < SkMinScalar(rw, rh) && !fDoFill) {
/external/skia/tests/
H A DGLProgramsTest.cpp131 dummyDesc.fWidth = 34;
136 dummyDesc.fWidth = 16;

Completed in 1442 milliseconds

1234567891011>>