Home
last modified time | relevance | path

Searched refs:bClip (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMisc.cpp104 bool bClip; in PVRTMiscCalculateInfinitePlane() local
153 bClip = false; in PVRTMiscCalculateInfinitePlane()
179 if(bClip == true) in PVRTMiscCalculateInfinitePlane()
182 bClip = false; in PVRTMiscCalculateInfinitePlane()
210 if(bClip == true) in PVRTMiscCalculateInfinitePlane()
217 bClip = true; in PVRTMiscCalculateInfinitePlane()
/external/pdfium/core/fxge/dib/
Dcfx_scanlinecompositor.h26 bool bClip,
Dcfx_scanlinecompositor.cpp2829 bool bClip, in Init() argument
2856 (blend_type == FXDIB_BLEND_NORMAL ? 4 : 0) + (bClip ? 8 : 0) + in Init()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1742 bool bClip = false; in ProcessText() local
1744 bClip = true; in ProcessText()
1799 if (bClip || bStroke) { in ProcessText()