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

/external/skia/tests/
H A DFontHostStreamTest.cpp103 bool isLocalStream = false; local
104 streamTypeface->getFontDescriptor(&desc, &isLocalStream);
105 REPORTER_ASSERT(reporter, isLocalStream);
/external/skia/src/ports/
H A DSkFontHost_mac.cpp431 CTFontRef fontRef, const char requestedName[], bool isLocalStream)
436 , fIsLocalStream(isLocalStream)
470 static SkTypeface* NewFromFontRef(CTFontRef fontRef, const char name[], bool isLocalStream) { argument
475 return new SkTypeface_Mac(style, isFixedPitch, fontRef, name, isLocalStream);
1936 bool* isLocalStream) const {
1942 *isLocalStream = fIsLocalStream;
430 SkTypeface_Mac(const SkFontStyle& fs, bool isFixedPitch, CTFontRef fontRef, const char requestedName[], bool isLocalStream) argument

Completed in 124 milliseconds