Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.h121 DOMAIN_POINT* pPoints = SUPER::GetPoints(); in Tessellate() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp86 void GetDefaultBlackPoint(float* pPoints) { in GetDefaultBlackPoint()
92 void GetBlackPoint(const CPDF_Dictionary* pDict, float* pPoints) { in GetBlackPoint()
109 bool GetWhitePoint(const CPDF_Dictionary* pDict, float* pPoints) { in GetWhitePoint()
/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp140 CFX_FloatRect CFX_FloatRect::GetBBox(pdfium::span<const CFX_PointF> pPoints) { in GetBBox()