OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkTypeface_Stream
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/ports/
SkFontMgr_custom.cpp
54
SkTypeface_Stream
::
SkTypeface_Stream
(std::unique_ptr<SkFontData> fontData,
61
SkStreamAsset*
SkTypeface_Stream
::onOpenStream(int* ttcIndex) const {
66
std::unique_ptr<SkFontData>
SkTypeface_Stream
::onMakeFontData() const {
224
return new
SkTypeface_Stream
(std::move(data), style, isFixedPitch, false, name);
236
return new
SkTypeface_Stream
(std::move(data), style, isFixedPitch, false, name);
SkFontMgr_custom.h
59
class
SkTypeface_Stream
: public SkTypeface_Custom {
61
SkTypeface_Stream
(std::unique_ptr<SkFontData> fontData,
SkFontMgr_custom_embedded.cpp
76
addTo->appendTypeface(sk_make_sp<
SkTypeface_Stream
>(std::move(data),
Completed in 6278 milliseconds