Home
last modified time | relevance | path

Searched defs:maxp (Results 1 – 16 of 16) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-maxp-table.hh72 struct maxp struct
74 enum { tableTag = HB_OT_TAG_maxp };
76 unsigned int get_num_glyphs () const { return numGlyphs; } in get_num_glyphs()
78 void set_num_glyphs (unsigned int count) in set_num_glyphs()
83 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
97 bool subset (hb_subset_plan_t *plan) const in subset()
117 static void drop_hint_fields (hb_subset_plan_t *plan HB_UNUSED, maxp *maxp_prime) in drop_hint_fields()
133 FixedVersion<>version; /* Version of the maxp table (0.5 or 1.0),
135 HBUINT16 numGlyphs; /* The number of glyphs in the font. */
/external/tensorflow/tensorflow/core/framework/
Ddevice_base_test.cc44 ScopedPerThreadMaxParallelism maxp(4); in TEST() local
50 ScopedPerThreadMaxParallelism maxp(1); in TEST() local
56 ScopedPerThreadMaxParallelism maxp(1000); in TEST() local
/external/sfntly/cpp/src/test/
Dverify_maxp.cc41 MaximumProfileTablePtr maxp = down_cast<MaximumProfileTable*>(table); in VerifyMAXP() local
/external/sfntly/cpp/src/sfntly/
Dtag.cc31 const int32_t Tag::maxp = TAG('m', 'a', 'x', 'p'); member in sfntly::Tag
Dtag.h37 static const int32_t maxp; member
/external/freetype/src/truetype/
Dttobjs.c1059 TT_MaxProfile* maxp = &face->max_profile; in tt_size_init_bytecode() local
Dttinterp.c412 TT_MaxProfile* maxp; in TT_Load_Context() local
/external/libopus/tests/
Dtest_opus_api.c1527 int maxp; in test_repacketizer_api() local
/external/u-boot/drivers/usb/dwc3/
Dep0.c774 unsigned maxp; in dwc3_ep0_complete_data() local
/external/iproute2/ip/
Dxfrm_state.c767 char *maxp = NULL; in xfrm_state_allocspi() local
/external/skqp/src/ports/
DSkScalerContext_win_dw.cpp56 AutoTDWriteTable<SkOTTableMaximumProfile> maxp(typeface->fDWriteFontFace.get()); in is_hinted() local
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp56 AutoTDWriteTable<SkOTTableMaximumProfile> maxp(typeface->fDWriteFontFace.get()); in is_hinted() local
/external/u-boot/include/linux/usb/
Dch9.h643 int maxp = __le16_to_cpu(epd->wMaxPacketSize); in usb_endpoint_maxp_mult() local
/external/kernel-headers/original/uapi/linux/usb/
Dch9.h654 int maxp = __le16_to_cpu(epd->wMaxPacketSize); in usb_endpoint_maxp_mult() local
/external/pcre/dist2/src/
Dpcre2_compile.c1323 uint32_t *maxp, int *errorcodeptr) in read_repeat_counts()
/external/icu/icu4c/source/i18n/
DdecNumber.cpp2837 Int maxp; /* largest working precision */ in uprv_decNumberSquareRoot() local