/external/chromium_org/third_party/skia/include/gpu/ |
GrTexture.h | 50 SkASSERT(SkIsPow2(fDesc.fWidth)); 109 fShiftFixedX = 31 - SkCLZ(fDesc.fWidth);
|
/external/chromium_org/third_party/skia/samplecode/ |
SampleAARects.cpp | 46 fWidth = N; 188 int fWidth;
|
/external/chromium_org/third_party/skia/src/core/ |
SkAntiRun.h | 51 SkASSERT(x >= 0 && x + (startAlpha != 0) + middleCount + (stopAlpha != 0) <= fWidth); 188 SkDEBUGCODE(int fWidth;)
|
SkFontHost.cpp | 59 fUnion.fR.fWidth = kNormal_Width; 66 fUnion.fR.fWidth = SkPin32(width, kUltraCondensed_Width, kUltaExpanded_Width);
|
SkGlyphCache.cpp | 336 if (glyph.fWidth > 0 && glyph.fWidth < kMaxGlyphWidth) { 356 if (glyph.fWidth) { 368 if (glyph.fWidth > 0 && glyph.fWidth < kMaxGlyphWidth) { 370 size_t size = SkComputeDistanceFieldSize(glyph.fWidth, glyph.fHeight); 385 glyph.fWidth, glyph.fHeight, 392 glyph.fWidth, glyph.fHeight,
|
SkStroke.cpp | 477 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/chromium_org/third_party/skia/src/fonts/ |
SkGScalerContext.cpp | 111 glyph->fWidth = ibounds.width(); 122 bm.installPixels(SkImageInfo::MakeN32Premul(glyph.fWidth, glyph.fHeight),
|
/external/chromium_org/third_party/skia/src/ports/ |
SkScalerContext_win_dw.cpp | 408 glyph->fWidth = 0; 450 glyph->fWidth = SkToU16(bbox.right - bbox.left); 541 const int width = glyph.fWidth; 581 const U16CPU width = glyph.fWidth; 599 const U16CPU width = glyph.fWidth; 617 const U16CPU width = glyph.fWidth; 632 int sizeNeeded = glyph.fWidth * glyph.fHeight; 680 bbox.right = glyph.fLeft + glyph.fWidth;
|
SkFontHost_mac.cpp | 790 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/pdfium/core/src/reflow/ |
reflowedpage.h | 34 void Init(FX_FLOAT TopIndent, FX_FLOAT fWidth, FX_FLOAT fHeight, CPDF_ReflowedPage* pReflowedPage, int flags, FX_FLOAT lineSpace); 211 void Start(IPDF_ReflowedPage* pReflowPage, CPDF_Page* pPage, FX_FLOAT TopIndent, FX_FLOAT fWidth, FX_FLOAT fHeight, IFX_Pause* pPause, int flags);
|
/external/pdfium/fpdfsdk/src/fxedit/ |
fxet_ap.cpp | 214 // word.ptWord.x+word.fWidth,line.ptLine.y + line.fLineAscent);
217 << " " << word.fWidth << " " << line.fLineAscent - line.fLineDescent << " re\nf\n";
|
/external/skia/bench/ |
ChartBench.cpp | 92 fSize.fWidth = -1; 116 int dataPointCount = SkMax32(fSize.fWidth / kPixelsPerTick + 1, 2);
|
/external/skia/gm/ |
filterbitmap.cpp | 95 size.fWidth += 20; 98 draw_row(canvas, fBM, fMatrix[i], size.fWidth);
|
/external/skia/include/core/ |
SkSurface.h | 100 int width() const { return fWidth; } 197 const int fWidth;
|
/external/skia/include/gpu/ |
GrTexture.h | 50 SkASSERT(SkIsPow2(fDesc.fWidth)); 109 fShiftFixedX = 31 - SkCLZ(fDesc.fWidth);
|
/external/skia/samplecode/ |
SampleAARects.cpp | 46 fWidth = N; 188 int fWidth;
|
/external/skia/src/core/ |
SkAntiRun.h | 51 SkASSERT(x >= 0 && x + (startAlpha != 0) + middleCount + (stopAlpha != 0) <= fWidth); 188 SkDEBUGCODE(int fWidth;)
|
SkFontHost.cpp | 59 fUnion.fR.fWidth = kNormal_Width; 66 fUnion.fR.fWidth = SkPin32(width, kUltraCondensed_Width, kUltaExpanded_Width);
|
SkGlyphCache.cpp | 336 if (glyph.fWidth > 0 && glyph.fWidth < kMaxGlyphWidth) { 356 if (glyph.fWidth) { 368 if (glyph.fWidth > 0 && glyph.fWidth < kMaxGlyphWidth) { 370 size_t size = SkComputeDistanceFieldSize(glyph.fWidth, glyph.fHeight); 385 glyph.fWidth, glyph.fHeight, 392 glyph.fWidth, glyph.fHeight,
|
SkStroke.cpp | 477 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/src/fonts/ |
SkGScalerContext.cpp | 111 glyph->fWidth = ibounds.width(); 122 bm.installPixels(SkImageInfo::MakeN32Premul(glyph.fWidth, glyph.fHeight),
|
/external/skia/src/ports/ |
SkScalerContext_win_dw.cpp | 404 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;
|
SkFontHost_mac.cpp | 790 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/effects/ |
GrTextureStripAtlas.cpp | 160 fDesc.fWidth, fDesc.fRowHeight, 195 texDesc.fWidth = fDesc.fWidth;
|
/external/chromium_org/third_party/skia/tests/ |
DrawBitmapRectTest.cpp | 28 info->fWidth = 100; 235 int fWidth; 247 gTests[i].fWidth, gTests[i].fHeight,
|