Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp980 CFX_FloatRect bbox_f = pPathData->GetBoundingBox(); in DrawPath() local
982 bbox_f = pMatrix->TransformRect(bbox_f); in DrawPath()
984 FX_RECT bbox = bbox_f.GetInnerRect(); in DrawPath()