Searched defs:GetFontTable (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppb_flash_font_file.h51 PP_Bool (*GetFontTable)(PP_Resource font_file, member in struct:PPB_Flash_FontFile_0_1
/external/chromium_org/ppapi/cpp/private/
H A Dflash_font_file.cc45 bool FontFile::GetFontTable(uint32_t table, function in class:pp::flash::FontFile
50 GetFontTable(pp_resource(), table, output, output_length);
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_font_file_thunk.cc30 PP_Bool GetFontTable(PP_Resource font_file, function in namespace:ppapi::thunk::__anon10269
37 return enter.object()->GetFontTable(table, output, output_length);
43 &GetFontTable
/external/chromium_org/ppapi/proxy/
H A Dflash_font_file_resource.cc34 PP_Bool FlashFontFileResource::GetFontTable(uint32_t table, function in class:ppapi::proxy::FlashFontFileResource
45 std::string* contents = GetFontTable(table);
67 std::string* FlashFontFileResource::GetFontTable(uint32_t table) const { function in class:ppapi::proxy::FlashFontFileResource
/external/chromium_org/content/common/
H A Dchild_process_sandbox_support_impl_linux.cc136 bool GetFontTable(int fd, uint32_t table_tag, off_t offset, function in namespace:content
/external/chromium_org/components/pdf/renderer/
H A Dppb_pdf_impl.cc44 bool GetFontTable(uint32_t table, void* output, uint32_t* output_length) { function in class:pdf::__anon6690::PrivateFontFile
46 bool rv = content::GetFontTable(fd_.get(),
118 return font->GetFontTable(table, output, output_length);
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.cc226 hb_blob_t* GetFontTable(hb_face_t* face, hb_tag_t tag, void* user_data) { function in namespace:gfx::__anon16880
262 face_ = hb_face_create_for_tables(GetFontTable, skia_face, UnrefSkTypeface);

Completed in 4117 milliseconds