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.cpp968 CFX_FloatRect bbox_f = pPathData->GetBoundingBox(); in DrawPath() local
970 bbox_f = pMatrix->TransformRect(bbox_f); in DrawPath()
972 FX_RECT bbox = bbox_f.GetInnerRect(); in DrawPath()