HomeSort by relevance Sort by last modified time
    Searched refs:fFlags (Results 26 - 50 of 213) sorted by null

12 3 4 5 6 7 8 9

  /external/icu/icu4c/source/i18n/
visibledigits.h 38 VisibleDigits() : fExponent(0), fFlags(0), fAbsIntValue(0), fAbsIntValueSet(FALSE), fAbsDoubleValue(0.0), fAbsDoubleValueSet(FALSE) { }
91 int32_t fFlags;
  /external/skia/include/core/
SkPathEffect.h 78 : fFlags(0)
100 uint32_t fFlags; // flags that impact the drawing of the points
  /external/skia/src/shaders/gradients/
Sk4fGradientBase.h 61 uint32_t getFlags() const override { return fFlags; }
71 uint8_t fFlags;
  /external/skia/bench/
BitmapBench.cpp 145 uint32_t fFlags;
151 , fFlags(flags) {
157 if (fFlags & kScale_Flag) {
160 if (fFlags & kRotate_Flag) {
163 if (isBilerp(fFlags)) {
165 } else if (isBicubic(fFlags)) {
174 if (fFlags & kScale_Flag) {
183 if (fFlags & kRotate_Flag) {
195 if (fFlags & kBilerp_Flag) {
198 if (fFlags & kBicubic_Flag)
    [all...]
BlurBench.cpp 32 uint32_t fFlags;
39 fFlags = flags;
70 fFlags));
HairlinePathBench.cpp 37 HairlinePathBench(Flags flags) : fFlags(flags) {
48 fFlags & kBig_Flag ? "big" : "small",
49 fFlags & kAA_Flag ? "AA" : "noAA");
58 paint.setAntiAlias(fFlags & kAA_Flag ? true : false);
62 if (fFlags & kBig_Flag) {
77 Flags fFlags;
  /external/skia/src/gpu/gl/
GrGLCaps.cpp     [all...]
  /external/skia/src/core/
SkReadBuffer.h 102 void setFlags(uint32_t flags) { fFlags = flags; }
103 uint32_t getFlags() const { return fFlags; }
106 return this->isValidating() || SkToBool(fFlags & kCrossProcess_Flag);
108 bool isScalarFloat() const { return SkToBool(fFlags & kScalarIsFloat_Flag); }
109 bool isPtr64Bit() const { return SkToBool(fFlags & kPtrIs64Bit_Flag); }
110 bool isValidating() const { return SkToBool(fFlags & kValidation_Flag); }
251 uint32_t fFlags;
SkAdvancedTypefaceMetrics.h 60 FontFlags fFlags = (FontFlags)0; // Global font flags.
SkLatticeIter.h 54 SkTArray<SkCanvas::Lattice::Flags> fFlags;
SkRegion_path.cpp 393 uint8_t fFlags;
402 fFlags = 0;
414 if (base->fFlags == Edge::kCompleteLink) {
425 if ((base->fFlags & Edge::kY0Link) == 0) {
428 if ((e->fFlags & Edge::kY1Link) == 0 && y0 == e->fY1) {
431 e->fFlags = SkToU8(e->fFlags | Edge::kY1Link);
438 if ((base->fFlags & Edge::kY1Link) == 0) {
441 if ((e->fFlags & Edge::kY0Link) == 0 && y1 == e->fY0) {
444 e->fFlags = SkToU8(e->fFlags | Edge::kY0Link)
    [all...]
SkLatticeIter.cpp 169 if (lattice.fFlags) {
170 fFlags.push_back_n(fNumRectsInLattice);
172 const SkCanvas::Lattice::Flags* flags = lattice.fFlags;
190 fFlags[i] = *flags;
196 for (int j = 0; j < fFlags.count(); j++) {
197 if (SkCanvas::Lattice::kTransparent_Flags == fFlags[j]) {
267 if (fFlags.count() > 0 && SkToBool(SkCanvas::Lattice::kTransparent_Flags & fFlags[currRect])) {
SkPicture.cpp 56 info.fFlags = SkPictInfo::kCrossProcess_Flag;
58 info.fFlags |= SkPictInfo::kScalarIsFloat_Flag;
61 info.fFlags |= SkPictInfo::kPtrIs64Bit_Flag;
92 info.fFlags = stream->readU32();
110 info.fFlags = buffer->readUInt();
215 buffer.writeUInt(info.fFlags);
SkScalerContext.h 102 uint16_t fFlags;
224 return SkToBool(fRec.fFlags & kSubpixelPositioning_Flag);
228 return SkToBool(fRec.fFlags & kVertical_Flag);
371 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >>
377 fFlags = (fFlags & ~SkScalerContext::kHinting_Mask) |
  /external/skia/src/gpu/
GrProcessorSet.h 135 bool isFinalized() const { return SkToBool(kFinalized_Flag & fFlags); }
144 GrProcessorSet(Empty) : fXP((const GrXferProcessor*)nullptr), fFlags(kFinalized_Flag) {}
167 uint8_t fFlags;
GrProcessorSet.cpp 21 fFlags = 0;
44 , fFlags(0) {}
51 , fFlags(0) {
123 if (((fFlags ^ that.fFlags) & ~kFinalized_Flag) || fpCount != that.numFragmentProcessors() ||
238 fFlags |= kFinalized_Flag;
GrDefaultGeoProcFactory.cpp 63 bool linearize = SkToBool(fFlags & kLinearizeColorAttribute_GPFlag);
64 SkASSERT(!linearize || (fFlags & kColorAttributeIsSkColor_GPFlag));
112 if (gp.fFlags & kColorAttributeIsSkColor_GPFlag) {
184 uint32_t key = def.fFlags;
256 , fFlags(gpTypeFlags)
262 if (fFlags & kColorAttribute_GPFlag) {
265 if (fFlags & kLocalCoordAttribute_GPFlag) {
270 if (fFlags & kCoverageAttribute_GPFlag) {
283 uint32_t fFlags;
  /external/skia/tools/
skpinfo.cpp 69 if (info.fFlags & SkPictInfo::kCrossProcess_Flag) {
73 if (info.fFlags & SkPictInfo::kScalarIsFloat_Flag) {
80 if (info.fFlags & SkPictInfo::kPtrIs64Bit_Flag) {
  /external/skia/src/sksl/ir/
SkSLFunctionCall.h 32 return fFunction.fModifiers.fFlags & Modifiers::kHasSideEffects_Flag;
SkSLVariable.h 44 return !fWriteCount || (!fReadCount && !(fModifiers.fFlags & Modifiers::kOut_Flag));
  /frameworks/base/libs/hwui/
NinePatchUtils.h 58 lattice->fFlags = flags;
91 lattice->fFlags = nullptr;
  /external/skia/include/views/
SkView.h 56 uint32_t getFlags() const { return fFlags; }
63 int isVisible() const { return fFlags & kVisible_Mask; }
64 int isEnabled() const { return fFlags & kEnabled_Mask; }
65 int isFocusable() const { return fFlags & kFocusable_Mask; }
66 int isClipToBounds() const { return !(fFlags & kNoClip_Mask); }
381 uint8_t fFlags;
  /external/skia/src/gpu/effects/
GrDistanceFieldGeoProc.h 86 uint32_t getFlags() const { return fFlags; }
106 uint32_t fFlags;
144 uint32_t getFlags() const { return fFlags; }
159 uint32_t fFlags;
216 uint32_t getFlags() const { return fFlags; }
233 uint32_t fFlags;
  /external/skia/src/image/
SkSurface.cpp 38 SkSurfaceProps::SkSurfaceProps() : fFlags(0), fPixelGeometry(kUnknown_SkPixelGeometry) {}
40 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {}
43 : fFlags(flags)
48 : fFlags(flags), fPixelGeometry(pg)
52 : fFlags(other.fFlags)
  /external/skia/src/gpu/text/
GrAtlasTextBlob.h 362 , fFlags(0) {
379 , fFlags(that.fFlags) {
434 void setDrawAsDistanceFields() { fFlags |= kDrawAsSDF_Flag; }
435 bool drawAsDistanceFields() const { return SkToBool(fFlags & kDrawAsSDF_Flag); }
437 fFlags = useLCDText ? fFlags | kUseLCDText_Flag : fFlags & ~kUseLCDText_Flag;
439 bool hasUseLCDText() const { return SkToBool(fFlags & kUseLCDText_Flag); }
441 fFlags = antiAliased ? fFlags | kAntiAliased_Flag : fFlags & ~kAntiAliased_Flag
    [all...]

Completed in 1229 milliseconds

12 3 4 5 6 7 8 9