Searched refs:GetTableTags (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkFontStream.h33 static int GetTableTags(SkStream*, int ttcIndex, SkFontTableTag tags[]);
H A DSkFontStream.cpp155 int SkFontStream::GetTableTags(SkStream* stream, int ttcIndex, function in class:SkFontStream
/external/skia/src/core/
H A DSkFontStream.h33 static int GetTableTags(SkStream*, int ttcIndex, SkFontTableTag tags[]);
H A DSkFontStream.cpp155 int SkFontStream::GetTableTags(SkStream* stream, int ttcIndex, function in class:SkFontStream
/external/chromium_org/content/renderer/pepper/
H A Dpepper_truetype_font.h36 virtual int32_t GetTableTags(std::vector<uint32_t>* tags) = 0;
H A Dpepper_truetype_font_linux.cc29 virtual int32_t GetTableTags(std::vector<uint32_t>* tags) OVERRIDE;
87 int32_t PepperTrueTypeFontLinux::GetTableTags(std::vector<uint32_t>* tags) { function in class:content::__anon7442::PepperTrueTypeFontLinux
H A Dpepper_truetype_font_host.cc69 reply_context.params.set_result(font_->GetTableTags(&tags));
H A Dpepper_truetype_font_win.cc34 virtual int32_t GetTableTags(std::vector<uint32_t>* tags) OVERRIDE;
162 int32_t PepperTrueTypeFontWin::GetTableTags(std::vector<uint32_t>* tags) { function in class:content::__anon7443::PepperTrueTypeFontWin
/external/chromium_org/ppapi/thunk/
H A Dppb_truetype_font_api.h24 virtual int32_t GetTableTags(const PP_ArrayOutput& output,
H A Dppb_truetype_font_dev_thunk.cc74 int32_t GetTableTags(PP_Resource font, function in namespace:ppapi::thunk::__anon9681
77 VLOG(4) << "PPB_TrueTypeFont_Dev::GetTableTags()";
81 return enter.SetResult(enter.object()->GetTableTags(output,
108 &GetTableTags,
/external/chromium_org/ppapi/proxy/
H A Dtruetype_font_resource.h40 virtual int32_t GetTableTags(
H A Dtruetype_font_resource.cc54 int32_t TrueTypeFontResource::GetTableTags( function in class:ppapi::proxy::TrueTypeFontResource
/external/chromium_org/ppapi/api/dev/
H A Dppb_truetype_font_dev.idl236 * completion of GetTableTags.
241 int32_t GetTableTags([in] PP_Resource font,
/external/chromium_org/ppapi/cpp/dev/
H A Dtruetype_font_dev.cc132 int32_t TrueTypeFont_Dev::GetTableTags( function in class:pp::TrueTypeFont_Dev
135 return get_interface<PPB_TrueTypeFont_Dev_0_1>()->GetTableTags(
H A Dtruetype_font_dev.h166 /// called upon completion of GetTableTags.
170 int32_t GetTableTags(
/external/chromium_org/ppapi/c/dev/
H A Dppb_truetype_font_dev.h254 * completion of GetTableTags.
259 int32_t (*GetTableTags)(PP_Resource font, member in struct:PPB_TrueTypeFont_Dev_0_1
/external/chromium_org/third_party/skia/tests/
H A DFontHostTest.cpp116 int n = SkFontStream::GetTableTags(stream, ttcIndex, NULL);
119 int n2 = SkFontStream::GetTableTags(stream, ttcIndex, array.get());
/external/skia/tests/
H A DFontHostTest.cpp116 int n = SkFontStream::GetTableTags(stream, ttcIndex, NULL);
119 int n2 = SkFontStream::GetTableTags(stream, ttcIndex, array.get());
/external/chromium_org/ppapi/tests/
H A Dtest_truetype_font.cc96 RUN_TEST(GetTableTags, filter);
262 cc.WaitForResult(font.GetTableTags(cc.GetCallback()));
292 ppb_truetype_font_interface_->GetTableTags(
/external/chromium_org/third_party/skia/src/ports/
H A DSkTypeface_win_dw.cpp183 return stream.get() ? SkFontStream::GetTableTags(stream, ttcIndex, tags) : 0;
/external/skia/src/ports/
H A DSkTypeface_win_dw.cpp183 return stream.get() ? SkFontStream::GetTableTags(stream, ttcIndex, tags) : 0;
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2373 return iface->GetTableTags(font, *output, *callback);
4956 .GetTableTags = (int32_t (*)(PP_Resource font, struct PP_ArrayOutput output, struct PP_CompletionCallback callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_GetTableTags,

Completed in 487 milliseconds