Home
last modified time | relevance | path

Searched refs:full_rect (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp177 FX_RECT full_rect = unit_rect.GetOuterRect(); in StartDIBits() local
183 bFlipX ? full_rect.right : full_rect.left, in StartDIBits()
184 bFlipY ? full_rect.bottom : full_rect.top, in StartDIBits()
185 bFlipX ? -full_rect.Width() : full_rect.Width(), in StartDIBits()
186 bFlipY ? -full_rect.Height() : full_rect.Height(), in StartDIBits()
197 return StretchDIBits(pTransformed, color, full_rect.left, full_rect.top, in StartDIBits()
198 full_rect.Width(), full_rect.Height(), nullptr, in StartDIBits()
/external/skia/tests/
DSkGlyphTest.cpp18 a = rect_intersection(r, full_rect()); in DEF_TEST()
21 SkGlyphRect acc = full_rect(); in DEF_TEST()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_draw.cpp302 SWR_RECT full_rect = in swr_invalidate_render_target() local
306 full_rect); in swr_invalidate_render_target()
325 SWR_RECT full_rect = in swr_store_render_target() local
332 full_rect); in swr_store_render_target()
/external/skia/src/core/
DSkGlyph.h216 inline SkGlyphRect full_rect() { in full_rect() function