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

  /external/skia/src/core/
SkRemoteGlyphCache.h 36 struct WireTypeface;
165 std::vector<WireTypeface> fTypefacesToSend;
216 sk_sp<SkTypeface> addTypeface(const WireTypeface& wire);
SkRemoteGlyphCache.cpp 264 struct WireTypeface {
265 WireTypeface() = default;
266 WireTypeface(SkFontID typeface_id, int glyph_count, SkFontStyle style, bool is_fixed)
290 WireTypeface wire(SkTypeface::UniqueID(tf), tf->countGlyphs(), tf->fontStyle(),
304 for (const auto& tf : fTypefacesToSend) serializer.write<WireTypeface>(tf);
689 WireTypeface wire;
690 if (!deserializer.read<WireTypeface>(&wire)) READ_FAILURE
790 WireTypeface wire;
796 sk_sp<SkTypeface> SkStrikeClient::addTypeface(const WireTypeface& wire) {
  /external/skqp/src/core/
SkRemoteGlyphCache.h 35 struct WireTypeface;
155 std::vector<WireTypeface> fTypefacesToSend;
206 sk_sp<SkTypeface> addTypeface(const WireTypeface& wire);
SkRemoteGlyphCache.cpp 253 struct WireTypeface {
254 WireTypeface() = default;
255 WireTypeface(SkFontID typeface_id, int glyph_count, SkFontStyle style, bool is_fixed)
279 WireTypeface wire(SkTypeface::UniqueID(tf), tf->countGlyphs(), tf->fontStyle(),
293 for (const auto& tf : fTypefacesToSend) serializer.write<WireTypeface>(tf);
619 WireTypeface wire;
620 if (!deserializer.read<WireTypeface>(&wire)) READ_FAILURE
720 WireTypeface wire;
726 sk_sp<SkTypeface> SkStrikeClient::addTypeface(const WireTypeface& wire) {

Completed in 1188 milliseconds