Searched refs:bWidth (Results 1 – 3 of 3) sorted by relevance
/external/freetype/src/raster/ |
D | ftraster.c | 493 UShort bWidth; /* target bitmap width */ member 2257 if ( e2 >= 0 && e1 < ras.bWidth ) in Vertical_Sweep_Span() 2265 if ( e2 >= ras.bWidth ) in Vertical_Sweep_Span() 2266 e2 = ras.bWidth - 1; in Vertical_Sweep_Span() 2419 else if ( TRUNC( pxl ) >= ras.bWidth ) in Vertical_Sweep_Drop() 2430 if ( e1 >= 0 && e1 < ras.bWidth && in Vertical_Sweep_Drop() 2440 if ( e1 >= 0 && e1 < ras.bWidth ) in Vertical_Sweep_Drop() 3118 ras.bWidth = (UShort)ras.target.width; in Render_Glyph()
|
/external/skia/src/xps/ |
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()
|
/external/skqp/src/xps/ |
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()
|