Home
last modified time | relevance | path

Searched defs:post (Results 1 – 25 of 112) sorted by relevance

12345

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-post-table.hh77 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/
Dhb-ot-post-table.hh70 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/
Dhb-ot-post-table.hh72 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/
Djdpostct.c81 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/
Djdpostct.c81 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/
Djdpostct.c81 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/
Dtest-worker-debug.js113 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
Dtest-trace-events-dynamic-enable.js14 function post(message, data) { function
Dtest-inspector-tracing-domain.js19 function post(message, data) { function
Dtest-http-client-keep-alive-release-before-finish.js15 const post = http.request({ constant
Dtest-http-no-read-no-dump.js30 const post = http.request({ constant
/third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/spec/
Dindex.spec.js137 traverse(schema, {cb: {post}}); field
147 traverse(schema, {cb: {pre, post}}); field
168 function post() { function
/third_party/typescript/tests/baselines/reference/
DparserRealSource13.js124 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/
Dindex.js12 var post = cb.post || function() {}; variable
63 function _traverse(opts, pre, post, schema, jsonPtr, rootSchema, parentJsonPtr, parentKeyword, pare… argument
/third_party/cups-filters/fontembed/
Dembed_sfnt.c96 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/
DPostScriptTableBuilderTest.java48 PostScriptTable post = font.getTable(Tag.post); in testPostTableBuilding() local
/third_party/typescript/tests/cases/compiler/
DerrorsWithInvokablesInUnions01.ts11 post?: IDirectiveLinkFn<TScope>; property
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
DPostScriptTableBuilderTest.java48 PostScriptTable post = font.getTable(Tag.post); in testPostTableBuilding() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DPostScriptTableSubsetter.java43 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/
DPostScriptTableSubsetter.java43 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/
DGsubRulesDump.java28 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/
DGsubRulesDump.java28 PostScriptTable post = font.getTable(Tag.post); in main() local
/third_party/node/deps/npm/node_modules/tar/lib/
Dlarge-numbers.js45 var post = buf[buf.length - 1] variable
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dtest_postprocessor_amp.c40 …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/
Dtime_zone_libc.cc277 const time_point<seconds> post = FromUnixSeconds(t0); in MakeTime() local
283 const time_point<seconds> post = FromUnixSeconds(t1); in MakeTime() local

12345