Home
last modified time | relevance | path

Searched defs:kern (Results 1 – 15 of 15) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-kern-table.hh270 struct kern struct
272 enum { tableTag = HB_OT_TAG_kern };
274 bool has_data () const { return u.version32; } in has_data()
275 unsigned int get_type () const { return u.major; } in get_type()
277 bool has_state_machine () const in has_state_machine()
286 bool has_cross_stream () const in has_cross_stream()
295 int get_h_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_h_kerning()
304 bool apply (AAT::hb_aat_apply_context_t *c) const in apply()
308 typename context_t::return_t dispatch (context_t *c) const in dispatch()
319 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
[all …]
Dhb-kern.hh47 void kern (hb_font_t *font, in kern() function
80 hb_position_t kern = driver.get_kerning (info[i].codepoint, in kern() local
Dhb-ot-math.cc154 hb_ot_math_kern_t kern, in hb_ot_math_get_glyph_kerning()
Dhb-ot-shape-fallback.cc446 hb_position_t kern = 0; in get_kerning() local
Dhb-ot-layout.cc89 const AAT::kern& kern = *blob->as<AAT::kern> (); in hb_ot_layout_kern() local
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dkernel.cpp114 auto &kern = obj(d_kern); in clGetKernelInfo() local
152 auto &kern = obj(d_kern); in clGetKernelWorkGroupInfo() local
205 validate_common(const command_queue &q, kernel &kern, in validate_common()
249 validate_block_size(const command_queue &q, const kernel &kern, in validate_block_size()
283 auto &kern = obj(d_kern); in clEnqueueNDRangeKernel() local
310 auto &kern = obj(d_kern); in clEnqueueTask() local
/external/clang/test/PCH/
Dcuda-kernel-call.cu14 __global__ void kern() { in kern() function
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dkernel.hpp53 kernel &kern; member
Dkernel.cpp148 kernel::exec_context::exec_context(kernel &kern) : in exec_context()
/external/sfntly/cpp/src/sfntly/
Dtag.cc53 const int32_t Tag::kern = TAG('k', 'e', 'r', 'n'); member in sfntly::Tag
Dtag.h69 static const int32_t kern; member
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp429 HMODULE kern = ::GetModuleHandleW(L"kernel32.dll"); in PrintStat() local
/external/freetype/src/gxvalid/
Dgxvkern.c844 GXV_kern_Data kern = &kernrec; in gxv_kern_validate_generic() local
/external/tensorflow/tensorflow/core/kernels/
Deigen_spatial_convolutions_test.cc1287 Tensor<float, 4> kern(1, 1, 2, 2); in TEST() local
/external/u-boot/drivers/video/
Dstb_truetype.h642 int loca,head,glyf,hhea,hmtx,kern; // table locations as offset from start of .ttf member