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

/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h45 enum FillType { enum in class:SkPath
67 FillType getFillType() const { return (FillType)fFillType; }
74 void setFillType(FillType ft) {
79 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
514 static bool IsInverseFillType(FillType fill) {
530 static FillType ConvertToNonInverseFillType(FillType fill) {
535 return (FillType)(fill & 1);
930 * account the FillType
[all...]
/external/skia/include/core/
H A DSkPath.h44 enum FillType { enum in class:SkPath
66 FillType getFillType() const { return (FillType)fFillType; }
73 void setFillType(FillType ft) {
78 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
513 static bool IsInverseFillType(FillType fill) {
529 static FillType ConvertToNonInverseFillType(FillType fill) {
534 return (FillType)(fill & 1);
929 * account the FillType
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser.cpp1602 void CPDF_StreamContentParser::AddPathObject(int FillType, FX_BOOL bStroke) argument
1624 if (bStroke || FillType) {
1627 pPathObj->m_FillType = FillType;
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp531 int FillType = pPathObj->m_FillType; local
533 ProcessPathPattern(pPathObj, pObj2Device, FillType, bStroke);
534 if (FillType == 0 && !bStroke) {
538 if (FillType) {
550 if (FillType && (m_Options.m_Flags & RENDER_RECT_AA)) {
551 FillType |= FXFILL_RECT_AA;
554 FillType |= FXFILL_FULLCOVER;
557 FillType |= FXFILL_NOPATHSMOOTH;
560 FillType |= FX_FILL_STROKE;
565 FillType |
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 109 milliseconds