HomeSort by relevance Sort by last modified time
    Searched full:streamtypeface (Results 1 - 1 of 1) sorted by null

  /external/skia/tests/
FontHostStreamTest.cpp 88 // Test: origTypeface and streamTypeface from orig data draw the same
101 SkTypeface* streamTypeface = SkTypeface::CreateFromStream(fontData.detach());
105 streamTypeface->getFontDescriptor(&desc, &isLocalStream);
108 SkSafeUnref(paint.setTypeface(streamTypeface));

Completed in 516 milliseconds