Home | History | Annotate | Download | only in core

Lines Matching refs:SkDescriptor

12 #include "SkDescriptor.h"
69 static SkFlattenable* load_flattenable(const SkDescriptor* desc, uint32_t tag,
83 SkScalerContext::SkScalerContext(SkTypeface* typeface, const SkDescriptor* desc)
153 SkAutoDescriptor ad(sizeof(fRec) + androidBuffer.size() + SkDescriptor::ComputeOverhead(2));
154 SkDescriptor* desc = ad.getDesc();
949 SkScalerContext_Empty(SkTypeface* face, const SkDescriptor* desc)
978 extern SkScalerContext* SkCreateColorScalerContext(const SkDescriptor* desc);
980 SkScalerContext* SkTypeface::createScalerContext(const SkDescriptor* desc,