Searched defs:FillType (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/gpu/
H A DGrPathRendering.h68 enum FillType { enum in class:GrPathRendering
/external/skia/include/core/
H A DSkPath.h48 enum FillType { enum in class:SkPath
70 FillType getFillType() const { return (FillType)fFillType; }
77 void setFillType(FillType ft) {
82 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
522 static bool IsInverseFillType(FillType fill) {
538 static FillType ConvertToNonInverseFillType(FillType fill) {
543 return (FillType)(fill & 1);
925 * account the FillType
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser.cpp1508 void CPDF_StreamContentParser::AddPathObject(int FillType, FX_BOOL bStroke) argument
1530 if (bStroke || FillType) {
1533 pPathObj->m_FillType = FillType;
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp503 int FillType = pPathObj->m_FillType; local
505 ProcessPathPattern(pPathObj, pObj2Device, FillType, bStroke);
506 if (FillType == 0 && !bStroke) {
510 if (FillType) {
522 if (FillType && (m_Options.m_Flags & RENDER_RECT_AA)) {
523 FillType |= FXFILL_RECT_AA;
526 FillType |= FXFILL_FULLCOVER;
529 FillType |= FXFILL_NOPATHSMOOTH;
532 FillType |= FX_FILL_STROKE;
536 FillType |
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 194 milliseconds