Searched refs:charSet (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_iptc.cpp | 185 CharSet charSet) in ParseString() argument 198 switch (charSet) in ParseString() 238 CharSet charSet = kCharSetUnknown; in Parse() local 286 charSet = kCharSetUTF8; in Parse() 326 charSet = kCharSetUTF8; in Parse() 359 ParseString (stream, fTitle, charSet); in Parse() 386 ParseString (stream, fCategory, charSet); in Parse() 395 ParseString (stream, category, charSet); in Parse() 411 ParseString (stream, keyword, charSet); in Parse() 424 ParseString (stream, fInstructions, charSet); in Parse() [all …]
|
D | dng_iptc.h | 158 CharSet charSet); 164 CharSet charSet);
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/ |
D | SfntDump.java | 63 private BitSet charSet; field in SfntDump 167 BitSet charSet = null; in main() local 174 charSet = parseRange(args[i]); in main() 175 if (charSet == null) { in main() 176 charSet = parseList(args[i]); in main() 178 if (charSet != null) { in main() 179 dumper.dumpChars(charSet); in main() 182 if (charSet == null) { in main() 343 this.charSet = set; in dumpChars() 459 if (canDumpGlyphs && this.charSet != null) { in dumpFont() [all …]
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/ |
D | SfntDump.java | 63 private BitSet charSet; field in SfntDump 167 BitSet charSet = null; in main() local 174 charSet = parseRange(args[i]); in main() 175 if (charSet == null) { in main() 176 charSet = parseList(args[i]); in main() 178 if (charSet != null) { in main() 179 dumper.dumpChars(charSet); in main() 182 if (charSet == null) { in main() 343 this.charSet = set; in dumpChars() 459 if (canDumpGlyphs && this.charSet != null) { in dumpFont() [all …]
|
/third_party/node/deps/npm/node_modules/minimatch/ |
D | minimatch.js | 37 var reSpecials = charSet('().*{}+?[]^$\\!') 40 function charSet (s) { function
|
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_fontconfig.cpp | 927 SkAutoFcCharSet charSet; in onMatchFamilyStyleCharacter() local 928 FcCharSetAddChar(charSet, character); in onMatchFamilyStyleCharacter() 929 FcPatternAddCharSet(pattern, FC_CHARSET, charSet); in onMatchFamilyStyleCharacter()
|
D | SkFontHost_mac.cpp | 1665 SkUniqueCFRef<CFCharacterSetRef> charSet(CTFontCopyCharacterSet(ctFont)); in populate_glyph_to_unicode() local 1666 if (!charSet) { in populate_glyph_to_unicode() 1672 CFCharacterSetCreateBitmapRepresentation(nullptr, charSet.get())); in populate_glyph_to_unicode()
|
/third_party/skia/src/ports/ |
D | SkFontMgr_fontconfig.cpp | 929 SkAutoFcCharSet charSet; in onMatchFamilyStyleCharacter() local 930 FcCharSetAddChar(charSet, character); in onMatchFamilyStyleCharacter() 931 FcPatternAddCharSet(pattern, FC_CHARSET, charSet); in onMatchFamilyStyleCharacter()
|
D | SkTypeface_mac_ct.cpp | 501 SkUniqueCFRef<CFCharacterSetRef> charSet(CTFontCopyCharacterSet(ctFont)); in populate_glyph_to_unicode() local 502 if (!charSet) { in populate_glyph_to_unicode() 508 CFCharacterSetCreateBitmapRepresentation(nullptr, charSet.get())); in populate_glyph_to_unicode()
|
/third_party/typescript/tests/lib/ |
D | react16.d.ts | 1312 charSet?: string; 1633 charSet?: string; 1701 charSet?: string;
|
D | react.d.ts | 1941 charSet?: string; property
|
/third_party/node/tools/ |
D | lint-md.mjs | 23602 var reSpecials = charSet('().*{}+?[]^$\\!'); 23605 function charSet (s) { function
|