/external/fonttools/Doc/ |
documentation.html | 45 BASE, CBDT, CBLC, CFF, COLR, CPAL, DSIG, EBDT, EBLC, FFTM, GDEF, GMAP, GPKG, GPOS, GSUB, JSTF, LTSH, META, OS/2, SING, SVG, TSI0, TSI1, TSI2, TSI3, TSI5, TSIB, TSID, TSIJ, TSIP, TSIS, TSIV, VORG, cmap, cvt, fpgm, gasp, glyf, hdmx, head, hhea, hmtx, kern, loca, maxp, name, post, prep, sbix, vhea and vmtx
|
changes.txt | 76 - Added OpenType support. BASE, GDEF, GPOS, GSUB and JSTF are (almost)
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-hebrew.cc | 162 * Arial that have GSUB/GPOS/GDEF but no data for Hebrew work.
|
hb-ot-layout-gsubgpos-private.hh | 35 #include "hb-ot-layout-gdef-table.hh" 431 const GDEF &gdef; member in struct:OT::hb_apply_context_t 453 gdef (*hb_ot_layout_from_face (face)->gdef), 454 var_store (gdef.get_var_store ()), 464 has_glyph_classes (gdef.has_glyph_classes ()) {} 487 return gdef.mark_set_covers (match_props >> 16, glyph); 540 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | gdef.get_glyph_props (glyph_index)); 698 * - If there is no GDEF, and the ligature is NOT a mark ligature, we categoriz [all...] |
Makefile.sources | 88 hb-ot-layout-gdef-table.hh \
|
hb-ot-layout-gsub-table.hh | 1318 const GDEF &gdef = *hb_ot_layout_from_face (font->face)->gdef; local [all...] |
hb-ot-shape-complex-private.hh | 151 * If set and returns true, GDEF/GSUB/GPOS of the font are ignored
|
/external/sfntly/cpp/src/sfntly/ |
tag.cc | 46 const int32_t Tag::GDEF = TAG('G', 'D', 'E', 'F');
|
/external/tensorflow/tensorflow/core/framework/ |
function_testlib.cc | 31 GraphDef GDef(gtl::ArraySlice<NodeDef> nodes,
|
function.h | 191 // "result.gdef". The value to substitute a placeholder is given by 227 string DebugStringWhole(const GraphDef& gdef);
|
/external/tensorflow/tensorflow/python/framework/ |
function_test.py | 678 gdef = g.as_graph_def() 679 self.assertEqual(0, len(gdef.library.function)) [all...] |
function.py | 877 for gdef in lib.gradient: 878 func_to_grad[gdef.function_name] = gdef.gradient_func 879 grad_to_funcs[gdef.gradient_func].append(gdef.function_name) [all...] |
/external/harfbuzz_ng/ |
NEWS | 196 - Backlist GDEF of more versions of Padauk and Tahoma. 289 Currently variations in GSUB/GPOS/GDEF are fully supported, 298 - Fix regression in GDEF glyph class processing. 346 - Blacklist bad GDEF of more fonts (Padauk). 362 - Blacklist bad GDEF of more fonts (Tahoma & others). 382 - Blacklist GDEF table of another set of Times New Roman (Bold) Italic. 392 - Fix GDEF mark-filtering-set, which was broken in 1.2.3. 399 - Synthesize GDEF glyph class for any glyph that does not have one in GDEF. 414 - Blacklist GDEF table of certain versions of Times New Roman (Bold) Italic [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
otData.py | [all...] |
/external/tensorflow/tensorflow/cc/framework/ |
scope.cc | 252 Status Scope::ToGraphDef(GraphDef* gdef) const { 256 graph()->ToGraphDef(gdef);
|
/external/tensorflow/tensorflow/core/common_runtime/ |
function.cc | 1409 GraphDef gdef; local [all...] |
function.h | 142 void ToGraphDef(const Graph* g, GraphDef* gdef, bool pretty = false);
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
grpc_session.cc | 67 void ReEncodeConsts(GraphDef* gdef) { 68 for (NodeDef& ndef : *(gdef->mutable_node())) {
|
/external/tensorflow/tensorflow/core/graph/ |
testlib.cc | 511 void ToGraphDef(Graph* g, GraphDef* gdef) { g->ToGraphDef(gdef); }
|
graph_test.cc | 108 GraphDef gdef; local 109 CHECK(protobuf::TextFormat::ParseFromString(gdef_ascii, &gdef)); 111 TF_CHECK_OK(ConvertGraphDefToGraph(opts, gdef, &graph_));
|
graph_constructor_test.cc | 2630 GraphDef gdef; local 2727 GraphDef gdef; local [all...] |
/external/skia/src/gpu/ |
GrDistanceFieldGenFromVector.cpp | 323 const double gDef = cosTheta * g - sinTheta * f; 327 const double x0 = gDef / (a + b); 328 const double y0 = (1.0 / (2.0 * fDef)) * (c - (gDef * gDef / (a + b)));
|
/external/skqp/src/gpu/ |
GrDistanceFieldGenFromVector.cpp | 323 const double gDef = cosTheta * g - sinTheta * f; 327 const double x0 = gDef / (a + b); 328 const double y0 = (1.0 / (2.0 * fDef)) * (c - (gDef * gDef / (a + b)));
|
/external/tensorflow/tensorflow/c/ |
c_api_function.cc | 553 tensorflow::GradientDef* gdef = fdef_lib.add_gradient(); local 554 gdef->set_function_name(func->fdef.signature().name()); 555 gdef->set_gradient_func(grad->fdef.signature().name());
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
master.cc | 424 GraphDef* gdef = 427 status = session->Create(gdef, worker_cache_factory_options);
|