HomeSort by relevance Sort by last modified time
    Searched refs:face_data (Results 1 - 10 of 10) sorted by null

  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_fd.h 60 * @face_data: Pointer to array of face data structures.
66 struct msm_fd_face_data __user *face_data; member in struct:msm_fd_result
74 * @face_data: Pointer to array of face data structures.
80 compat_uptr_t face_data; member in struct:msm_fd_result32
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_fd.h 50 struct msm_fd_face_data __user *face_data; member in struct:msm_fd_result
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc 60 hb_graphite2_shaper_face_data_t *face_data = (hb_graphite2_shaper_face_data_t *) data; local
61 hb_graphite2_tablelist_t *tlist = face_data->tlist;
73 blob = face_data->face->reference_table (tag);
85 p->next = face_data->tlist;
86 face_data->tlist = p;
164 hb_graphite2_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); local
166 return gr_make_font_with_advance_fn (font->x_scale, font, &hb_graphite2_get_advance, face_data->grface);
hb-coretext.cc 132 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face);
133 return face_data;
155 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); local
157 data->ct_font = CTFontCreateWithGraphicsFont (face_data, font->y_scale, NULL, NULL);
431 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); local
    [all...]
hb-uniscribe.cc 494 hb_uniscribe_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); local
496 memcpy (lf->lfFaceName, face_data->face_name, sizeof (lf->lfFaceName));
596 hb_uniscribe_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); local
598 hb_uniscribe_shaper_funcs_t *funcs = face_data->funcs;
  /external/harfbuzz_ng/src/
hb-graphite2.cc 60 hb_graphite2_shaper_face_data_t *face_data = (hb_graphite2_shaper_face_data_t *) data; local
61 hb_graphite2_tablelist_t *tlist = face_data->tlist;
73 blob = face_data->face->reference_table (tag);
85 p->next = face_data->tlist;
86 face_data->tlist = p;
164 hb_graphite2_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); local
166 return gr_make_font_with_advance_fn (font->x_scale, font, &hb_graphite2_get_advance, face_data->grface);
hb-coretext.cc 137 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face);
138 return face_data->cg_font;
160 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); local
162 data->ct_font = CTFontCreateWithGraphicsFont (face_data->cg_font, font->y_scale, NULL, NULL);
436 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); local
701 if (!CFEqual (run_cg_font, face_data->cg_font))
    [all...]
hb-uniscribe.cc 493 hb_uniscribe_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); local
495 memcpy (lf->lfFaceName, face_data->face_name, sizeof (lf->lfFaceName));
595 hb_uniscribe_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); local
597 hb_uniscribe_shaper_funcs_t *funcs = face_data->funcs;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h 622 STDMETHOD(GetFaceMap)(THIS_ UINT *face_data) PURE;
626 STDMETHOD(SetFaceMap)(THIS_ UINT *face_data) PURE;
    [all...]
d3drmobj.h     [all...]

Completed in 212 milliseconds