HomeSort by relevance Sort by last modified time
    Searched defs:rect_f (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 158 CFX_FloatRect rect_f; local
159 if (!(fill_mode & FXFILL_RECT_AA) && pPathData->IsRect(pObject2Device, &rect_f)) {
160 FX_RECT rect_i = rect_f.GetOutterRect();
161 int width = (int)FXSYS_ceil(rect_f.right - rect_f.left);
168 int height = (int)FXSYS_ceil(rect_f.top - rect_f.bottom);
176 if (rect_f.left - (FX_FLOAT)(rect_i.left) > (FX_FLOAT)(rect_i.right) - rect_f.right) {
183 if (rect_f.top - (FX_FLOAT)(rect_i.top) > (FX_FLOAT)(rect_i.bottom) - rect_f.bottom) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 447 CFX_FloatRect rect_f = pType3Char->m_pForm->CalcBoundingBox(); local
448 rect_f.Transform(&matrix);
449 FX_RECT rect = rect_f.GetOutterRect();

Completed in 75 milliseconds