/external/skia/src/core/ |
SkGlyphCache.cpp | 292 if (glyph.fWidth > 0 && glyph.fWidth < kMaxGlyphWidth) { 312 if (glyph.fWidth) {
|
SkPaint.cpp | 64 fWidth = 0; 294 GEN_ID_INC_EVAL(width != fWidth); 295 fWidth = width; 965 SkIntToScalar(g.fLeft + g.fWidth), 988 SkIntToScalar(g.fLeft + g.fWidth) + sx, 996 SkIntToScalar(g.fLeft + g.fWidth), [all...] |
SkDraw.cpp | [all...] |
/external/skia/src/ports/ |
SkFontHost_mac_atsui.cpp | 211 glyph->fWidth = 0; 250 glyph->fWidth = screenMetrics.width + 2; 263 glyph.fWidth, glyph.fHeight, 8,
|
SkFontHost_FreeType.cpp | [all...] |
/frameworks/base/libs/hwui/font/ |
Font.cpp | 435 uint32_t endX = startX + skiaGlyph.fWidth; 440 glyph->mBitmapWidth = skiaGlyph.fWidth; 443 bool empty = skiaGlyph.fWidth == 0 || skiaGlyph.fHeight == 0;
|
CacheTexture.cpp | 237 uint16_t glyphW = glyph.fWidth + TEXTURE_BORDER_SIZE;
|
/external/skia/include/core/ |
SkPaint.h | 357 SkScalar getStrokeWidth() const { return fWidth; } [all...] |
/external/skia/legacy/src/core/ |
SkDraw.cpp | [all...] |
SkPaint.cpp | 60 fWidth = 0; 278 GEN_ID_INC_EVAL(width != fWidth); 279 fWidth = width; 862 SkIntToScalar(g.fLeft + g.fWidth), 885 SkIntToScalar(g.fLeft + g.fWidth) + sx, 893 SkIntToScalar(g.fLeft + g.fWidth), [all...] |
/external/skia/gm/ |
complexclip.cpp | 105 SkFloatToScalar(4.0f/3.0f * (this->getISize().fWidth - 20)),
|
/external/skia/src/gpu/ |
GrAtlas.cpp | 183 desc.fWidth = GR_ATLAS_TEXTURE_WIDTH;
|
GrSWMaskHelper.cpp | 122 desc.fWidth = fBM.width();
|
SkGr.cpp | 81 desc->fWidth = bitmap.width();
|
SkGpuDevice.cpp | 228 desc.fWidth = width; 770 desc.fWidth = SkScalarCeilToInt(srcRect.width()); 898 desc.fWidth = dstM.fBounds.width(); 908 texture->writePixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig, [all...] |
GrClipMaskManager.cpp | 374 desc.fWidth = width; 398 desc.fWidth = clipSpaceIBounds.width(); [all...] |
/external/skia/src/gpu/gl/ |
GrGpuGL.h | 329 fRTSize.fWidth = -1; // just make the first value compared illegal.
|
GrGpuGL_program.cpp | 90 viewportSize.set(viewport.fWidth, viewport.fHeight); 136 SkIntToScalar(2) / viewportSize.fWidth, 0, -SK_Scalar1,
|
/external/skia/legacy/src/utils/ |
SkDeferredCanvas.cpp | 181 transformedRect.fRight < SkIntToScalar(canvasSize.fWidth) || 193 bounds.fRight < canvasSize.fWidth ||
|
/external/skia/src/gpu/effects/ |
GrConfigConversionEffect.cpp | 178 desc.fWidth = 256;
|
/external/icu4c/i18n/ |
tzfmt.cpp | 132 uint8_t fWidth; 138 : fText(NULL), fType(TEXT), fWidth(0) { 185 result->fWidth = width; 223 return fWidth; [all...] |
/external/skia/legacy/src/images/ |
SkMovie_gif.cpp | 87 info->fWidth = fGIF->SWidth;
|
/external/skia/src/effects/ |
SkBlendImageFilter.cpp | 188 desc.fWidth = src.width();
|
/external/skia/src/images/ |
SkMovie_gif.cpp | 91 info->fWidth = fGIF->SWidth;
|
/external/skia/src/pdf/ |
SkPDFDevice.cpp | 555 drawingSize.set(SkIntToScalar(contentSize.fWidth), 564 bitmap.setConfig(SkBitmap::kNo_Config, abs(size.fWidth), 567 bitmap.setConfig(SkBitmap::kNo_Config, abs(contentSize.fWidth), [all...] |