| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-post-table.hh | 77 struct post struct 79 static constexpr hb_tag_t tableTag = HB_OT_TAG_post; 81 bool serialize (hb_serialize_context_t *c, bool glyph_names) const in serialize() 95 bool subset (hb_subset_context_t *c) const in subset() 111 struct accelerator_t 263 bool has_data () const { return version.to_int (); } in has_data() 265 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 275 FixedVersion<>version; /* 0x00010000 for version 1.0 279 HBFixed italicAngle; /* Italic angle in counter-clockwise degrees 283 FWORD underlinePosition; /* This is the suggested distance of the top [all …]
|
| /third_party/harfbuzz/src/ |
| D | hb-ot-post-table.hh | 70 struct post struct 72 static constexpr hb_tag_t tableTag = HB_OT_TAG_post; 74 void serialize (hb_serialize_context_t *c) const in serialize() 83 bool subset (hb_subset_context_t *c) const in subset() 94 struct accelerator_t 245 bool has_data () const { return version.to_int (); } in has_data() 247 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 257 FixedVersion<>version; /* 0x00010000 for version 1.0 261 HBFixed italicAngle; /* Italic angle in counter-clockwise degrees 265 FWORD underlinePosition; /* This is the suggested distance of the top [all …]
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-post-table.hh | 72 struct post struct 74 static constexpr hb_tag_t tableTag = HB_OT_TAG_post; 76 void serialize (hb_serialize_context_t *c) const in serialize() 85 bool subset (hb_subset_context_t *c) const in subset() 97 struct accelerator_t 248 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 258 FixedVersion<>version; /* 0x00010000 for version 1.0 262 Fixed italicAngle; /* Italic angle in counter-clockwise degrees 266 FWORD underlinePosition; /* This is the suggested distance of the top 276 FWORD underlineThickness; /* Suggested values for the underline [all …]
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | jdpostct.c | 81 my_post_ptr post = (my_post_ptr)cinfo->post; in start_pass_dpost() local 137 my_post_ptr post = (my_post_ptr)cinfo->post; in post_process_1pass() local 169 my_post_ptr post = (my_post_ptr)cinfo->post; in post_process_prepass() local 212 my_post_ptr post = (my_post_ptr)cinfo->post; in post_process_2pass() local 256 my_post_ptr post; in jinit_d_post_controller() local
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
| D | jdpostct.c | 81 my_post_ptr post = (my_post_ptr)cinfo->post; in start_pass_dpost() local 137 my_post_ptr post = (my_post_ptr)cinfo->post; in post_process_1pass() local 169 my_post_ptr post = (my_post_ptr)cinfo->post; in post_process_prepass() local 212 my_post_ptr post = (my_post_ptr)cinfo->post; in post_process_2pass() local 256 my_post_ptr post; in jinit_d_post_controller() local
|
| /third_party/libjpeg-turbo/ |
| D | jdpostct.c | 81 my_post_ptr post = (my_post_ptr)cinfo->post; in start_pass_dpost() local 137 my_post_ptr post = (my_post_ptr)cinfo->post; in post_process_1pass() local 169 my_post_ptr post = (my_post_ptr)cinfo->post; in post_process_prepass() local 212 my_post_ptr post = (my_post_ptr)cinfo->post; in post_process_2pass() local 256 my_post_ptr post; in jinit_d_post_controller() local
|
| /third_party/node/test/parallel/ |
| D | test-worker-debug.js | 113 post(method, parameters) { method in WorkerSession 130 async function testBasicWorkerDebug(session, post) { argument 163 async function testNoWaitOnStart(session, post) { argument 175 async function testTwoWorkers(session, post) { argument 208 async function testWaitForDisconnectInWorker(session, post) { argument
|
| D | test-trace-events-dynamic-enable.js | 14 function post(message, data) { function
|
| D | test-inspector-tracing-domain.js | 19 function post(message, data) { function
|
| D | test-http-client-keep-alive-release-before-finish.js | 15 const post = http.request({ constant
|
| D | test-http-no-read-no-dump.js | 30 const post = http.request({ constant
|
| /third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/spec/ |
| D | index.spec.js | 137 traverse(schema, {cb: {post}}); field 147 traverse(schema, {cb: {pre, post}}); field 168 function post() { function
|
| /third_party/typescript/tests/baselines/reference/ |
| D | parserRealSource13.js | 124 var post = (cur: AST, parent: AST) => { function 162 var post = function (cur, parent) { function
|
| /third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/ |
| D | index.js | 12 var post = cb.post || function() {}; variable 63 function _traverse(opts, pre, post, schema, jsonPtr, rootSchema, parentJsonPtr, parentKeyword, pare… argument
|
| /third_party/cups-filters/fontembed/ |
| D | embed_sfnt.c | 96 char *post=otf_get_table(otf,OTF_TAG('p','o','s','t'),&len); in emb_otf_get_pdf_fontdescr() local 322 static const char *emb_otf_get_post_name(const char *post,unsigned short gid) // {{{ in emb_otf_get_post_name() 372 static const char *get_glyphname(const char *post,unsigned short *to_unicode,int charcode,unsigned … in get_glyphname() 530 char *post=otf_get_table(otf,OTF_TAG('p','o','s','t'),&rlen); in emb_otf_ps() local
|
| /third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/ |
| D | PostScriptTableBuilderTest.java | 48 PostScriptTable post = font.getTable(Tag.post); in testPostTableBuilding() local
|
| /third_party/typescript/tests/cases/compiler/ |
| D | errorsWithInvokablesInUnions01.ts | 11 post?: IDirectiveLinkFn<TScope>; property
|
| /third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/ |
| D | PostScriptTableBuilderTest.java | 48 PostScriptTable post = font.getTable(Tag.post); in testPostTableBuilding() local
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
| D | PostScriptTableSubsetter.java | 43 PostScriptTable post = font.getTable(Tag.post); in subset() local
|
| /third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
| D | PostScriptTableSubsetter.java | 43 PostScriptTable post = font.getTable(Tag.post); in subset() local
|
| /third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
| D | GsubRulesDump.java | 28 PostScriptTable post = font.getTable(Tag.post); in main() local
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
| D | GsubRulesDump.java | 28 PostScriptTable post = font.getTable(Tag.post); in main() local
|
| /third_party/node/deps/npm/node_modules/tar/lib/ |
| D | large-numbers.js | 45 var post = buf[buf.length - 1] variable
|
| /third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
| D | test_postprocessor_amp.c | 40 …const char* post = "a=xx+xx+xxx+xxxxx+xxxx+xxxxxxxx+xxx+xxxxxx+xxx+xxx+xxxxxxx+xxxxx%0A+++++++xxxx… in main() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
| D | time_zone_libc.cc | 277 const time_point<seconds> post = FromUnixSeconds(t0); in MakeTime() local 283 const time_point<seconds> post = FromUnixSeconds(t1); in MakeTime() local
|