Home
last modified time | relevance | path

Searched defs:object_to_device (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_defaultrenderdevice_unittest.cpp25 const CFX_Matrix object_to_device(0, 1, 1, 0, 1, -1); in TEST() local
43 const CFX_Matrix object_to_device(0, 1, 1, 0, 1, -1); in TEST() local
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp365 const CFX_Matrix& object_to_device, in DrawObjWithBackgroundToDevice()