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

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fwltheme.cpp 138 CFX_Matrix* pMatrix = pGraphics->GetMatrix();
139 if (pMatrix) {
140 mtPart.Concat(*pMatrix);
163 CFX_Matrix* pMatrix = pGraphics->GetMatrix();
164 if (pMatrix) {
165 mtPart.Concat(*pMatrix);
357 CFX_Matrix* pMatrix) {
368 DrawSignCheck(pGraphics, &rtSign, dwColor, pMatrix);
371 DrawSignCircle(pGraphics, &rtSign, dwColor, pMatrix);
374 DrawSignCross(pGraphics, &rtSign, dwColor, pMatrix);
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 213 CFX_Matrix* pMatrix = NULL;
215 pMatrix = (CFX_Matrix*)pObject2Device;
221 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor,
459 const CFX_Matrix* pMatrix,
465 return m_pDeviceDriver->StartDIBits(pBitmap, bitmap_alpha, argb, pMatrix,
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 316 FX_FLOAT* pMatrix = GetMatrix();
317 FX_FLOAT unit = FXSYS_sqrt2(pMatrix[1], pMatrix[3]);
322 FX_FLOAT* pMatrix = GetMatrix();
323 FX_FLOAT unit = FXSYS_sqrt2(pMatrix[0], pMatrix[2]);
  /external/pdfium/xfa/src/fwl/src/theme/
widgettp.cpp 66 CFX_Matrix* pMatrix = &pParams->m_matrix;
67 pMatrix->Concat(*pGraphics->GetMatrix());
68 m_pTextOut->SetMatrix(*pMatrix);
215 CFX_Matrix* pMatrix) {
229 pGraphics->StrokePath(&path, pMatrix);
235 pGraphics->StrokePath(&path, pMatrix);
242 CFX_Matrix* pMatrix) {
263 FWLTHEME_COLOR_EDGERB2, pMatrix);
274 CFX_Matrix* pMatrix) {
288 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp     [all...]

Completed in 309 milliseconds