Home | History | Annotate | Download | only in ports

Lines Matching defs:outline

129     void emboldenOutline(FT_Outline* outline);
491 void SkScalerContext_FreeType::emboldenOutline(FT_Outline* outline) {
495 FT_Outline_Embolden(outline, strength);
594 emboldenOutline(&fFace->glyph->outline);
596 FT_Outline_Get_CBox(&fFace->glyph->outline, &bbox);
682 FT_Outline* outline = &fFace->glyph->outline;
687 emboldenOutline(outline);
697 FT_Outline_Get_CBox(outline, &bbox);
706 FT_Outline_Translate(outline, dx - ((bbox.xMin + dx) & ~63),
735 FT_Outline_Get_Bitmap(gFTLibrary, outline, &target);
850 flags |= FT_LOAD_NO_BITMAP; // ignore embedded bitmaps so we're sure to get the outline
851 flags &= ~FT_LOAD_RENDER; // don't scan convert (we just want the outline)
863 emboldenOutline(&fFace->glyph->outline);
875 err = FT_Outline_Decompose(&fFace->glyph->outline, &funcs, path);
945 emboldenOutline(&fFace->glyph->outline);
947 FT_Outline_Get_CBox(&fFace->glyph->outline, &bbox);