Searched defs:isLocalStream (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DFontHostStreamTest.cpp104 bool isLocalStream = false; local
105 streamTypeface->getFontDescriptor(&desc, &isLocalStream);
106 REPORTER_ASSERT(reporter, isLocalStream);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp425 CTFontRef fontRef, const char name[], bool isLocalStream)
430 , fIsLocalStream(isLocalStream)
436 CTFontRef fontRef, const char name[], bool isLocalStream)
441 , fIsLocalStream(isLocalStream)
476 static SkTypeface* NewFromFontRef(CTFontRef fontRef, const char name[], bool isLocalStream) { argument
482 return new SkTypeface_Mac(style, fontID, isFixedPitch, fontRef, name, isLocalStream);
1909 bool* isLocalStream) const {
1915 *isLocalStream = fIsLocalStream;
424 SkTypeface_Mac(SkTypeface::Style style, SkFontID fontID, bool isFixedPitch, CTFontRef fontRef, const char name[], bool isLocalStream) argument
435 SkTypeface_Mac(const SkFontStyle& fs, SkFontID fontID, bool isFixedPitch, CTFontRef fontRef, const char name[], bool isLocalStream) argument

Completed in 230 milliseconds