Searched refs:bWidth (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/raster/ |
H A D | ftraster.c | 478 UShort bWidth; /* target bitmap width */ member 2240 if ( e2 >= 0 && e1 < ras.bWidth ) in Vertical_Sweep_Span() 2250 if ( e2 >= ras.bWidth ) in Vertical_Sweep_Span() 2251 e2 = ras.bWidth - 1; in Vertical_Sweep_Span() 2402 else if ( TRUNC( pxl ) >= ras.bWidth ) in Vertical_Sweep_Drop() 2413 if ( e1 >= 0 && e1 < ras.bWidth && in Vertical_Sweep_Drop() 2423 if ( e1 >= 0 && e1 < ras.bWidth ) in Vertical_Sweep_Drop() 3107 ras.bWidth = (UShort)ras.target.width; in Render_Glyph()
|
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.cpp | 683 const SkScalar bWidth = SkIntToScalar(bitmap.width()); in createXpsImageBrush() local 695 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight); in createXpsImageBrush() 719 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight); in createXpsImageBrush() 731 SkRect topArea = SkRect::MakeLTRB(0, -BIG, bWidth, 0); in createXpsImageBrush() 740 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG); in createXpsImageBrush() 759 const SkRect trArea = SkRect::MakeLTRB(bWidth, -BIG, BIG, 0); in createXpsImageBrush() 764 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG); in createXpsImageBrush()
|
Completed in 7 milliseconds