Home
last modified time | relevance | path

Searched refs:clipType (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h265 bool Execute(ClipType clipType,
268 bool Execute(ClipType clipType,
272 bool Execute(ClipType clipType,
275 bool Execute(ClipType clipType,
H A Dclipper.cpp1496 bool Clipper::Execute(ClipType clipType, Paths &solution, PolyFillType fillType) in Execute() argument
1498 return Execute(clipType, solution, fillType, fillType); in Execute()
1502 bool Clipper::Execute(ClipType clipType, PolyTree &polytree, PolyFillType fillType) in Execute() argument
1504 return Execute(clipType, polytree, fillType, fillType); in Execute()
1508 bool Clipper::Execute(ClipType clipType, Paths &solution, in Execute() argument
1518 m_ClipType = clipType; in Execute()
1528 bool Clipper::Execute(ClipType clipType, PolyTree& polytree, in Execute() argument
1535 m_ClipType = clipType; in Execute()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c1126 int clipType; in ChangePicture() local
1134 clipType = CT_NONE; in ChangePicture()
1138 clipType = CT_PIXMAP; in ChangePicture()
1151 clipType = CT_PIXMAP; in ChangePicture()
1153 clipType = CT_NONE; in ChangePicture()
1163 clipType = CT_PIXMAP; in ChangePicture()
1167 error = (*ps->ChangePictureClip) (pPicture, clipType, in ChangePicture()
H A Dpicturestr.h192 int clipType, void *value, int n);
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxpict.h67 extern int dmxChangePictureClip(PicturePtr pPicture, int clipType,
H A Ddmxpict.c898 dmxChangePictureClip(PicturePtr pPicture, int clipType, void *value, int n) in dmxChangePictureClip() argument
908 ps->ChangePictureClip(pPicture, clipType, value, n); in dmxChangePictureClip()
916 if (clipType == CT_NONE) { in dmxChangePictureClip()