Home | History | Annotate | Download | only in ports

Lines Matching defs:self

110         CFRef self = fCFRef;
112 return self;
498 CTFontRef self = (CTFontRef)context;
501 return CFEqual(self, other);
1766 NonDefaultAxesContext* self = static_cast<NonDefaultAxesContext*>(context);
1776 for (CFIndex i = 0; i < CFArrayGetCount(self->cgAxes); ++i) {
1777 CFTypeRef cgAxis = CFArrayGetValueAtIndex(self->cgAxes, i);
1804 self->axisValue[keyIndex] = SkDoubleToFixed(valueDouble);