OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFontTable
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/ppapi/thunk/
ppb_flash_font_file_api.h
17
virtual PP_Bool
GetFontTable
(uint32_t table,
ppb_flash_font_file_thunk.cc
30
PP_Bool
GetFontTable
(PP_Resource font_file,
37
return enter.object()->
GetFontTable
(table, output, output_length);
43
&
GetFontTable
ppb_pdf_thunk.cc
57
return PP_ToBool(enter.object()->
GetFontTable
(table, output, output_length));
/external/chromium_org/ppapi/cpp/private/
flash_font_file.cc
45
bool FontFile::
GetFontTable
(uint32_t table,
50
GetFontTable
(pp_resource(), table, output, output_length);
flash_font_file.h
31
bool
GetFontTable
(uint32_t table, void* output, uint32_t* output_length);
/external/chromium_org/content/public/common/
child_process_sandbox_support_linux.h
32
//
GetFontTable
loads a specified font table from an open SFNT file.
42
CONTENT_EXPORT bool
GetFontTable
(int fd, uint32_t table_tag, off_t offset,
/external/chromium_org/ppapi/c/private/
ppb_flash_font_file.h
51
PP_Bool (*
GetFontTable
)(PP_Resource font_file,
/external/chromium_org/ppapi/api/private/
ppb_flash_font_file.idl
34
PP_Bool
GetFontTable
(
/external/chromium_org/ppapi/proxy/
flash_font_file_resource.h
38
virtual PP_Bool
GetFontTable
(uint32_t table,
45
std::string*
GetFontTable
(uint32_t table) const;
flash_font_file_resource.cc
34
PP_Bool FlashFontFileResource::
GetFontTable
(uint32_t table,
45
std::string* contents =
GetFontTable
(table);
67
std::string* FlashFontFileResource::
GetFontTable
(uint32_t table) const {
/external/chromium_org/chrome/renderer/pepper/
pepper_flash_font_file_host.cc
60
if (content::
GetFontTable
(fd_, table, 0 /* offset */, NULL, &length)) {
64
if (content::
GetFontTable
(fd_, table, 0 /* offset */,
ppb_pdf_impl.cc
55
bool
GetFontTable
(uint32_t table,
59
bool rv = content::
GetFontTable
(
234
return font->
GetFontTable
(table, output, output_length);
/external/chromium_org/content/renderer/pepper/
pepper_truetype_font_linux.cc
92
if (!
GetFontTable
(fd_,
108
if (!
GetFontTable
(fd_,
137
if (!
GetFontTable
(fd_, table_tag, offset, NULL, &table_size))
142
if (!
GetFontTable
(fd_, table_tag, offset,
/external/chromium/webkit/glue/
webkit_glue.h
298
//
GetFontTable
loads a specified font table from an open SFNT file.
306
bool
GetFontTable
(int fd, uint32_t table, uint8_t* output,
/external/chromium_org/content/common/
child_process_sandbox_support_impl_linux.cc
108
bool
GetFontTable
(int fd, uint32_t table_tag, off_t offset,
Completed in 1343 milliseconds