Searched refs:GetA (Results 1 – 7 of 7) 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 | 557 pTextMatrix[0] = text_matrix.GetA(); in Transform()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_coordinates.h | 868 FX_FLOAT GetA() const in GetA() function
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 997 int GetA() EXCLUSIVE_LOCKS_REQUIRED(foo_->mu_) { return a_; } in GetA() function in thread_annot_lock_43::FooBar 1007 x = fb->GetA(); in main()
|
/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 | 1289 ft_matrix.xx = (signed long)(pMatrix->GetA() / 64 * 65536); in RenderGlyph()
|