Searched refs:SkScalarTruncToInt (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ui/gfx/
H A Drender_text_pango.cc414 if (SkScalarTruncToInt(x) >= display_rect().right())
458 SkScalarTruncToInt(x) >= display_rect().right()) {
483 SkScalarTruncToInt(x) < display_rect().right());
/external/chromium_org/third_party/skia/include/core/
H A DSkScalar.h84 #define SkScalarTruncToInt(x) static_cast<int>(x) macro
/external/skia/include/core/
H A DSkScalar.h84 #define SkScalarTruncToInt(x) static_cast<int>(x) macro
/external/skia/src/effects/
H A DSkDisplacementMapEffect.cpp75 const int srcX = x + SkScalarTruncToInt(displX);
76 const int srcY = y + SkScalarTruncToInt(displY);
H A DSkPerlinNoiseShader.cpp133 fSeed = SkScalarTruncToInt(seed);
/external/chromium_org/third_party/skia/src/effects/
H A DSkDisplacementMapEffect.cpp76 const int srcX = x + SkScalarTruncToInt(displX);
77 const int srcY = y + SkScalarTruncToInt(displY);
H A DSkPerlinNoiseShader.cpp143 fSeed = SkScalarTruncToInt(seed);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp685 lf.lfHeight = -SkScalarTruncToInt(gdiTextSize);
902 glyph->fLeft = SkScalarTruncToInt(bounds.fLeft);
903 glyph->fTop = SkScalarTruncToInt(bounds.fTop);
904 glyph->fWidth = SkScalarTruncToInt(bounds.width());
905 glyph->fHeight = SkScalarTruncToInt(bounds.height());
H A DSkScalerContext_win_dw.cpp246 int bitmapPPEM = SkScalarTruncToInt(gdiTextSize);
/external/skia/src/ports/
H A DSkFontHost_win.cpp685 lf.lfHeight = -SkScalarTruncToInt(gdiTextSize);
902 glyph->fLeft = SkScalarTruncToInt(bounds.fLeft);
903 glyph->fTop = SkScalarTruncToInt(bounds.fTop);
904 glyph->fWidth = SkScalarTruncToInt(bounds.width());
905 glyph->fHeight = SkScalarTruncToInt(bounds.height());
H A DSkScalerContext_win_dw.cpp246 int bitmapPPEM = SkScalarTruncToInt(gdiTextSize);
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp2787 if (SkScalarTruncToInt(w) <= 0 || SkScalarTruncToInt(h) <= 0) {
/external/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp2787 if (SkScalarTruncToInt(w) <= 0 || SkScalarTruncToInt(h) <= 0) {

Completed in 288 milliseconds