/third_party/skia/src/core/ |
D | SkReadBuffer.h | 50 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
|
D | SkPictureData.h | 32 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;
|
D | SkFontStream.cpp | 14 uint32_t fVersion; member 23 uint32_t fVersion; member
|
D | SkColorSpace.cpp | 252 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/ |
D | GrGLGLSL.cpp | 21 uint32_t glMajor = GR_GL_MAJOR_VER(info.fVersion), in GrGLGetGLSLGeneration() 22 glMinor = GR_GL_MINOR_VER(info.fVersion); in GrGLGetGLSLGeneration()
|
D | GrGLContext.h | 32 GrGLVersion version() const { return fDriverInfo.fVersion; } in version()
|
D | GrGLContext.cpp | 27 if (args.fDriverInfo.fVersion == GR_GL_INVALID_VER) { in Make()
|
D | GrGLUtil.h | 292 GrGLVersion fVersion = GR_GL_INVALID_VER; member
|
D | GrGLUtil.cpp | 677 info.fVersion = GrGLGetVersionFromString(version); in GrGLGetDriverInfo()
|
/third_party/skia/src/ports/ |
D | SkFontMgr_config_parser.cpp | 77 , 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()
|
D | SkFontMgr_android_parser.cpp | 97 , 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()
|
D | SkScalerContext_win_dw.cpp | 118 : 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/ |
D | Skottie.h | 264 const SkString& version() const { return fVersion; } in version() 279 const SkString fVersion; variable
|
/third_party/skia/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 113 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/ |
D | uresbund.cpp | 940 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 …]
|
D | uresimp.h | 67 char *fVersion; member
|
/third_party/icu/icu4c/source/common/ |
D | uresbund.cpp | 1126 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 …]
|
D | uresimp.h | 75 char *fVersion; member
|
/third_party/node/deps/icu-small/source/common/ |
D | uresbund.cpp | 1127 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 …]
|
D | uresimp.h | 75 char *fVersion; member
|
/third_party/skia/modules/skottie/src/ |
D | Skottie.cpp | 464 , fVersion(std::move(version)) in Animation()
|