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

  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 208 CFX_AffineMatrix* pMatrix = NULL;
210 pMatrix = (CFX_AffineMatrix*)pObject2Device;
216 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, smooth_path, alpha_flag, pIccTransform, blend_type);
393 const CFX_AffineMatrix* pMatrix, FX_DWORD flags, FX_LPVOID& handle,
396 return m_pDeviceDriver->StartDIBits(pBitmap, bitmap_alpha, argb, pMatrix, flags, handle, alpha_flag, pIccTransform, blend_mode);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 324 FX_FLOAT* pMatrix = GetMatrix();
325 FX_FLOAT unit = FXSYS_sqrt2(pMatrix[1], pMatrix[3]);
331 FX_FLOAT* pMatrix = GetMatrix();
332 FX_FLOAT unit = FXSYS_sqrt2(pMatrix[0], pMatrix[2]);
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp     [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 670 void CGdiplusExt::GdipSetWorldTransform(void* graphics, void* pMatrix)
673 CallFunc(GdipSetWorldTransform)((GpGraphics*)graphics, (GpMatrix*)pMatrix);
    [all...]

Completed in 50 milliseconds