Home
last modified time | relevance | path

Searched defs:pPoints (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_colorspace.cpp85 void GetDefaultBlackPoint(float* pPoints) { in GetDefaultBlackPoint()
91 void GetBlackPoint(const CPDF_Dictionary* pDict, float* pPoints) { in GetBlackPoint()
108 bool GetWhitePoint(const CPDF_Dictionary* pDict, float* pPoints) { in GetWhitePoint()
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_coordinates.cpp140 CFX_FloatRect CFX_FloatRect::GetBBox(pdfium::span<const CFX_PointF> pPoints) { in GetBBox()