Searched refs:GetD (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Icon.cpp | 46 …sAppStream << mt.GetA() << " " << mt.GetB() << " " << mt.GetC() << " " << mt.GetD() << " " << mt.G… in GetImageAppStream()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 270 …m = CGAffineTransformMake(matrix->GetA(), matrix->GetB(), matrix->GetC(), matrix->GetD(), matrix->… in SetClip_PathFill() 304 …m = CGAffineTransformMake(matrix->GetA(), matrix->GetB(), matrix->GetC(), matrix->GetD(), matrix->… in SetClip_PathStroke() 392 …m = CGAffineTransformMake(matrix->GetA(), matrix->GetB(), matrix->GetC(), matrix->GetD(), matrix->… in DrawPath()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page.cpp | 560 pTextMatrix[3] = text_matrix.GetD(); in Transform()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_coordinates.h | 883 FX_FLOAT GetD() const in GetD() function
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 753 …return pMatrix->GetA() == 1.0f && pMatrix->GetB() == 0 && pMatrix->GetC() == 0 && pMatrix->GetD() … in _MatrixNoScaled()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 1292 ft_matrix.yy = (signed long)(pMatrix->GetD() / 64 * 65536); in RenderGlyph()
|