Searched defs:fType (Results 51 - 75 of 102) sorted by relevance

12345

/external/skia/include/views/
H A DSkEvent.h276 mutable char* fType; // may be characters with low bit set to know that it is not a pointer member in class:SkEvent
H A DSkView.h145 const char* getType() const { return fType; }
164 char* fType; member in class:SkView::Click
/external/skia/src/core/
H A DSkColorSpace_Base.h111 return fType[i];
120 fType[i] = Type::kNone_Type;
127 Type fType[kMaxColorChannels]; member in struct:SkGammas
H A DSkClipStack.h92 Type getType() const { return fType; }
98 const SkPath& getPath() const { SkASSERT(kPath_Type == fType); return *fPath.get(); }
101 const SkRRect& getRRect() const { SkASSERT(kRRect_Type == fType); return fRRect; }
105 SkASSERT(kRect_Type == fType && (fRRect.isRect() || fRRect.isEmpty()));
116 const SkRRect& asRRect() const { SkASSERT(kPath_Type != fType); return fRRect; }
141 switch (fType) {
160 switch (fType) {
176 switch (fType) {
196 return kPath_Type == fType && fPath.get()->isInverseFillType();
230 Type fType; member in class:SkClipStack::Element
[all...]
/external/skia/src/gpu/
H A DGrShape.h137 if (Type::kRRect != fType) {
160 if (fType != Type::kLine) {
175 switch (fType) {
209 bool isEmpty() const { return Type::kEmpty == fType; }
229 switch (fType) {
250 switch (fType) {
288 switch (fType) {
303 switch (fType) {
345 fType = Type::kEmpty;
350 bool wasPath = Type::kPath == fType;
442 Type fType; member in class:GrShape
[all...]
H A DGrStyle.h125 bool isDashed() const { return SkPathEffect::kDash_DashType == fDashInfo.fType; }
189 DashInfo() : fType(SkPathEffect::kNone_DashType) {}
191 fType = that.fType;
199 fType = SkPathEffect::kNone_DashType;
202 SkPathEffect::DashType fType; member in struct:GrStyle::DashInfo
/external/skia/src/gpu/glsl/
H A DGrGLSLVarying.h29 GrSLType type() const { return fType; }
39 : fVarying(varying), fType(type), fVsOut(nullptr), fGsIn(nullptr), fGsOut(nullptr),
45 GrSLType fType; member in class:GrGLSLVarying
146 GrSLType fType; member in struct:GrGLSLVaryingHandler::VaryingInfo
/external/skia/src/pdf/
H A DSkPDFMakeCIDGlyphWidthsArray.cpp27 MetricType fType; member in struct:__anon17150::AdvanceMetric
75 if (range->fType != AdvanceMetric::kRange) {
93 range->fType = type;
100 range->fType = AdvanceMetric::kRange;
113 switch (range.fType) {
H A DSkPDFTypes.h150 Type fType; member in class:SkPDFUnion
/external/skia/src/sksl/ir/
H A DSkSLType.h32 , fType(std::move(type)) {}
35 return fType->description() + " " + fName + ";";
40 const Type* fType; member in struct:SkSL::Type::Field
/external/skia/tools/gpu/
H A DGrContextFactory.h156 ContextType fType; member in struct:sk_gpu_test::GrContextFactory::ContextOverrides::Context
/external/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp97 ANGLEBackend fType; member in class:__anon17340::ANGLEGLContext
106 , fType(type)
223 sk_gpu_test::MakeANGLETestContext(fType, fVersion);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBINode.java68 int fType; // enum NodeType field in class:RBBINode
111 fType = t;
131 fType = other.fType;
158 if (fType == RBBINode.varRef) {
162 } else if (fType == RBBINode.uset) {
199 if (fType == varRef) {
226 Assert.assrt(fType != setRef);
229 if (fLeftChild.fType == setRef) {
241 if (fRightChild.fType
[all...]
/external/skia/src/xml/
H A DSkDOM.cpp53 uint8_t fType; member in struct:SkDOMNode
106 return (Type)node->fType;
211 node->fType = fElemType;
/external/icu/icu4c/source/tools/genrb/
H A Dreslist.h166 UBool isTable() const { return fType == URES_TABLE; }
167 UBool isString() const { return fType == URES_STRING; }
197 * The resource item type may be a related subtype of the fType.
215 int8_t fType; /* nominal type: fRes (when != 0xffffffff) may use subtype */ member in struct:SResource
/external/skia/gm/
H A Dbleed.cpp31 Type fType; member in struct:TestPixels
48 result->fType = TestPixels::kBitmap;
133 SkASSERT(TestPixels::kBitmap == result->fType);
136 result->fType = TestPixels::kImage;
215 if (TestPixels::kBitmap == pixels.fType) {
/external/skia/src/effects/
H A DSkMorphologyImageFilter.cpp164 MorphologyType type() const { return fType; }
172 MorphologyType fType; member in class:GrMorphologyEffect
336 , fType(type)
351 , fType(type)
H A DSkPerlinNoiseShader.cpp271 : fType(type)
308 buffer.writeInt((int) fType);
388 SkScalar numer = (perlinNoiseShader.fType == kFractalNoise_Type) ?
405 if (perlinNoiseShader.fType == kFractalNoise_Type) {
506 SkPerlinNoiseShader::Type type() const { return fType; }
523 return fType == s.fType &&
536 , fType(type)
551 SkPerlinNoiseShader::Type fType; member in class:SkPerlinNoiseShader::PaintingData::GrPerlinNoiseEffect
897 if (kFractalNoise_Type == fType) {
[all...]
/external/clang/test/CodeGenCXX/
H A Dvisibility.cpp1264 typedef void (*fType)(void); typedef in namespace:test66
1265 template<fType F>
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp198 FieldType fType; member in class:GMTOffsetField
205 : fText(NULL), fType(TEXT), fWidth(0) {
234 result->fType = TEXT;
251 result->fType = type;
285 return fType;
/external/llvm/lib/IR/
H A DAutoUpgrade.cpp86 FunctionType* fType = FunctionType::get(F->getReturnType(), args, false); local
87 NewFn = Function::Create(fType, F->getLinkage(),
102 FunctionType* fType = FunctionType::get(F->getReturnType(), Tys, false); local
103 NewFn = Function::Create(fType, F->getLinkage(),
/external/skia/bench/
H A DPathBench.cpp568 SkBench_AddPathTest(AddType type) : fType(type) {
574 switch (fType) {
593 bool allowMoves = kReversePathTo_AddType != fType;
605 switch (fType) {
645 AddType fType; // or reverseAddPath member in class:SkBench_AddPathTest
/external/skia/experimental/SkPerlinNoiseShader2/
H A DSkPerlinNoiseShader2.cpp337 : fType(type)
374 buffer.writeInt((int) fType);
454 SkScalar numer = (perlinNoiseShader.fType == kFractalNoise_Type) ?
471 if (perlinNoiseShader.fType == kFractalNoise_Type) {
556 if (perlinNoiseShader.fType == kImprovedNoise_Type) {
642 SkPerlinNoiseShader2::Type type() const { return fType; }
660 return fType == s.fType &&
674 , fType(type)
689 SkPerlinNoiseShader2::Type fType; local
[all...]
/external/skia/src/gpu/gl/
H A DGrGLCaps.h442 ReadPixelsFormat() : fFormat(0), fType(0) {}
444 GrGLenum fType; member in struct:GrGLCaps::ReadPixelsFormat
/external/skia/src/gpu/ops/
H A DGrAAConvexPathRenderer.cpp40 } fType; member in struct:Segment
52 return fType + 1;
56 return fPts[fType];
60 return fNorms[fType];
148 if (Segment::kLine == segb.fType) {
232 segments->back().fType = Segment::kLine;
244 segments->back().fType = Segment::kQuad;
369 if (Segment::kLine == segb.fType) {
406 if (Segment::kLine == segb.fType) {

Completed in 546 milliseconds

12345