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

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

Completed in 107 milliseconds