Home
last modified time | relevance | path

Searched refs:fVersion (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/src/core/
DSkReadBuffer.h50 return fVersion > 0 && fVersion < targetVersion; in isVersionLT()
53 uint32_t getVersion() const { return fVersion; } in getVersion()
57 SkASSERT(0 == fVersion || version == fVersion); in setVersion()
58 fVersion = version; in setVersion()
226 int fVersion = 0; variable
DSkPictureData.h32 SkPictInfo() : fVersion(~0U) {} in SkPictInfo()
35 SkASSERT(fVersion != ~0U); in getVersion()
36 return fVersion; in getVersion()
41 fVersion = version; in setVersion()
47 uint32_t fVersion;
DSkFontStream.cpp14 uint32_t fVersion; member
23 uint32_t fVersion; member
DSkColorSpace.cpp252 uint8_t fVersion = kCurrent_Version; member
288 if (k1_Version == header.fVersion) { in Deserialize()
300 } else if (k0_Version == header.fVersion) { in Deserialize()
/third_party/skia/src/gpu/gl/
DGrGLGLSL.cpp21 uint32_t glMajor = GR_GL_MAJOR_VER(info.fVersion), in GrGLGetGLSLGeneration()
22 glMinor = GR_GL_MINOR_VER(info.fVersion); in GrGLGetGLSLGeneration()
DGrGLContext.h32 GrGLVersion version() const { return fDriverInfo.fVersion; } in version()
DGrGLContext.cpp27 if (args.fDriverInfo.fVersion == GR_GL_INVALID_VER) { in Make()
DGrGLUtil.h292 GrGLVersion fVersion = GR_GL_INVALID_VER; member
DGrGLUtil.cpp677 info.fVersion = GrGLGetVersionFromString(version); in GrGLGetDriverInfo()
/third_party/skia/src/ports/
DSkFontMgr_config_parser.cpp77 , fVersion(0) in FamilyData()
90 int fVersion; // The version of the file parsed. member
403 if (parse_non_negative_integer(value, &self->fVersion)) { in __anon0430dd050d02()
404 if (self->fVersion >= 21) { in __anon0430dd050d02()
539 return self.fVersion; in parse_config_file()
DSkFontMgr_android_parser.cpp97 , fVersion(0) in FamilyData()
110 int fVersion; // The version of the file parsed. member
563 if (parse_non_negative_integer(value, &self->fVersion)) { in __anon148ae0b01602()
564 if (self->fVersion >= 21) { in __anon148ae0b01602()
698 return self.fVersion; in parse_config_file()
DSkScalerContext_win_dw.cpp118 : fMin(min), fMax(max), fVersion(version), fFlags(flags) { } in GaspRange()
121 int fVersion; member
155 range->fVersion = SkEndian_SwapBE16(gasp->version); in get_gasp_range()
353 range.fVersion >= 1) in SkScalerContext_DW()
/third_party/skia/modules/skottie/include/
DSkottie.h264 const SkString& version() const { return fVersion; } in version()
279 const SkString fVersion; variable
/third_party/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp113 ANGLEContextVersion fVersion; member in __anon9798b33c0111::ANGLEGLContext
183 , fVersion(version) in ANGLEGLContext()
417 sk_gpu_test::MakeANGLETestContext(fType, fVersion, nullptr, fDisplay); in makeNew()
/third_party/skia/third_party/externals/icu/source/common/
Duresbund.cpp940 if(resB->fVersion != NULL) { in ures_closeBundle()
941 uprv_free(resB->fVersion); in ures_closeBundle()
1206 if(resB->fVersion != NULL) { in init_resb_result()
1207 uprv_free(resB->fVersion); in init_resb_result()
1254 resB->fVersion = NULL; in init_resb_result()
2439 if(resourceBundle->fVersion == NULL) { in ures_getVersionNumberInternal()
2460 ((UResourceBundle *)resourceBundle)->fVersion = (char *)uprv_malloc(1 + len); in ures_getVersionNumberInternal()
2462 if (((UResourceBundle *)resourceBundle)->fVersion == NULL) { in ures_getVersionNumberInternal()
2467 u_UCharsToChars(minor_version, resourceBundle->fVersion , minor_len); in ures_getVersionNumberInternal()
2468 resourceBundle->fVersion[len] = '\0'; in ures_getVersionNumberInternal()
[all …]
Duresimp.h67 char *fVersion; member
/third_party/icu/icu4c/source/common/
Duresbund.cpp1126 if(resB->fVersion != NULL) { in ures_closeBundle()
1127 uprv_free(resB->fVersion); in ures_closeBundle()
1419 if(resB->fVersion != NULL) { in init_resb_result()
1420 uprv_free(resB->fVersion); in init_resb_result()
1467 resB->fVersion = NULL; in init_resb_result()
2799 if(resourceBundle->fVersion == NULL) { in ures_getVersionNumberInternal()
2820 ((UResourceBundle *)resourceBundle)->fVersion = (char *)uprv_malloc(1 + len); in ures_getVersionNumberInternal()
2822 if (((UResourceBundle *)resourceBundle)->fVersion == NULL) { in ures_getVersionNumberInternal()
2827 u_UCharsToChars(minor_version, resourceBundle->fVersion , minor_len); in ures_getVersionNumberInternal()
2828 resourceBundle->fVersion[len] = '\0'; in ures_getVersionNumberInternal()
[all …]
Duresimp.h75 char *fVersion; member
/third_party/node/deps/icu-small/source/common/
Duresbund.cpp1127 if(resB->fVersion != nullptr) { in ures_closeBundle()
1128 uprv_free(resB->fVersion); in ures_closeBundle()
1420 if(resB->fVersion != nullptr) { in init_resb_result()
1421 uprv_free(resB->fVersion); in init_resb_result()
1468 resB->fVersion = nullptr; in init_resb_result()
2800 if(resourceBundle->fVersion == nullptr) { in ures_getVersionNumberInternal()
2821 ((UResourceBundle *)resourceBundle)->fVersion = (char *)uprv_malloc(1 + len); in ures_getVersionNumberInternal()
2823 if (((UResourceBundle *)resourceBundle)->fVersion == nullptr) { in ures_getVersionNumberInternal()
2828 u_UCharsToChars(minor_version, resourceBundle->fVersion , minor_len); in ures_getVersionNumberInternal()
2829 resourceBundle->fVersion[len] = '\0'; in ures_getVersionNumberInternal()
[all …]
Duresimp.h75 char *fVersion; member
/third_party/skia/modules/skottie/src/
DSkottie.cpp464 , fVersion(std::move(version)) in Animation()