HomeSort by relevance Sort by last modified time
    Searched full:char2device (Results 1 - 1 of 1) sorted by null

  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 183 CFX_AffineMatrix char2device, deviceCtm, text2Device; local
185 char2device = *pText2Device;
188 char2device.Scale(font_size, -font_size);
189 if (FXSYS_fabs(char2device.a) + FXSYS_fabs(char2device.b) > 50 * 1.0f ||
232 deviceCtm = char2device;
    [all...]

Completed in 409 milliseconds