Searched refs:fWidth (Results 251 - 275 of 416) sorted by relevance

<<11121314151617

/external/chromium_org/third_party/skia/bench/
H A DXfermodeBench.cpp44 random.nextUScalar1() * (size.fWidth - w),
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DSkV8Example.cpp94 desc.fWidth = SkScalarRoundToInt(this->width());
/external/chromium_org/third_party/skia/experimental/SkiaExamples/
H A DSkExample.cpp96 desc.fWidth = SkScalarRoundToInt(width());
/external/chromium_org/third_party/skia/gm/
H A Dconicpaths.cpp108 int wrapX = canvas->getDeviceSize().fWidth - kMargin;
H A Dmodecolorfilters.cpp123 static const int kRectsPerRow = SkMax32(this->getISize().fWidth / kRectWidth, 1);
H A Dtexdata.cpp86 desc.fWidth = 2 * S;
H A Dtwopointradial.cpp71 SkRect::MakeWH(SkIntToScalar(this->getISize().fWidth),
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDistanceFieldTextContext.cpp519 desc.fWidth = width;
594 if (glyph.fWidth) {
640 if (glyph.fWidth) {
659 if (glyph.fWidth) {
/external/skia/bench/
H A DXfermodeBench.cpp44 random.nextUScalar1() * (size.fWidth - w),
/external/skia/experimental/PdfViewer/
H A DSkNulCanvas.h68 SkIntToScalar(this->imageInfo().fWidth),
/external/skia/experimental/SkV8Example/
H A DSkV8Example.cpp94 desc.fWidth = SkScalarRoundToInt(this->width());
/external/skia/experimental/SkiaExamples/
H A DSkExample.cpp96 desc.fWidth = SkScalarRoundToInt(width());
/external/skia/gm/
H A Dconicpaths.cpp108 int wrapX = canvas->getDeviceSize().fWidth - kMargin;
H A Dmodecolorfilters.cpp123 static const int kRectsPerRow = SkMax32(this->getISize().fWidth / kRectWidth, 1);
H A Dtexdata.cpp86 desc.fWidth = 2 * S;
H A Dtwopointradial.cpp74 SkRect::MakeWH(SkIntToScalar(this->getISize().fWidth),
/external/skia/src/core/
H A DSkTileGrid.cpp19 fInfo.fMargin.fWidth++;
/external/skia/src/gpu/
H A DGrDistanceFieldTextContext.cpp420 desc.fWidth = width;
495 if (glyph.fWidth) {
541 if (glyph.fWidth) {
560 if (glyph.fWidth) {
H A DSkGpuDevice.cpp218 desc.fWidth = info.width();
652 desc.fWidth = dstM.fBounds.width();
662 texture->writePixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
680 desc.fWidth = SkScalarCeilToInt(maskRect.width());
1089 dstSize.fWidth = w;
1111 localM.postScale(dstSize.fWidth / srcRectPtr->width(),
1140 SkRect dstRect = {0, 0, dstSize.fWidth, dstSize.fHeight};
1149 m.setScale(dstSize.fWidth / srcRect.width(),
1505 dstSize.fWidth = tmpDst.width();
1787 desc.fWidth
[all...]
/external/chromium_org/third_party/skia/src/fonts/
H A DSkGScalerContext.cpp110 glyph->fWidth = ibounds.width();
121 bm.installPixels(SkImageInfo::MakeN32Premul(glyph.fWidth, glyph.fHeight),
H A DSkTestScalerContext.cpp246 glyph->fWidth = ibounds.width();
256 bm.installPixels(SkImageInfo::MakeN32Premul(glyph.fWidth, glyph.fHeight),
/external/chromium_org/third_party/skia/tests/
H A DDrawBitmapRectTest.cpp234 int fWidth; member in struct:__anon15377
246 gTests[i].fWidth, gTests[i].fHeight,
H A DGLProgramsTest.cpp221 dummyDesc.fWidth = 34;
226 dummyDesc.fWidth = 16;
/external/skia/src/fonts/
H A DSkGScalerContext.cpp111 glyph->fWidth = ibounds.width();
122 bm.installPixels(SkImageInfo::MakeN32Premul(glyph.fWidth, glyph.fHeight),
/external/chromium_org/third_party/skia/src/effects/
H A DSkMorphologyImageFilter.cpp27 fRadius.fWidth = buffer.readInt();
29 buffer.validate((fRadius.fWidth >= 0) &&
44 buffer.writeInt(fRadius.fWidth);
520 desc.fWidth = rect.width();
525 if (radius.fWidth > 0) {
531 apply_morphology_pass(context, src, srcRect, dstRect, radius.fWidth,

Completed in 3948 milliseconds

<<11121314151617