Home | History | Annotate | Download | only in ports

Lines Matching defs:cg

738         // skia handles quantization itself, so we disable this for cg to get
1022 // The bounds are also expanded by 1 pixel, to give CG room for anti-aliasing.
1237 /* For LCD16, we first create a temp offscreen cg-context in 32bit,
1494 CGFontRef cg = CGFontCreateWithDataProvider(provider);
1495 if (NULL == cg) {
1498 CTFontRef ct = CTFontCreateWithGraphicsFont(cg, 0, NULL, NULL);
1499 CGFontRelease(cg);
1500 return cg ? SkCreateTypefaceFromCTFont(ct) : NULL;
1824 // hack: need a real name or something from CG
1830 // hack: need a real name or something from CG
1894 // apply our chosen scaling between Black and White cg output