Home | History | Annotate | Download | only in ports

Lines Matching refs:fHeight

88     glyph->fHeight += outset.fTop + outset.fBottom;
428 fWidth = fHeight = 0;
455 int fHeight;
482 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
489 fHeight = SkMax32(fHeight, glyph.fHeight);
504 info.bmiHeader.biHeight = fHeight;
520 size_t size = fHeight * srcRB;
536 return (const char*)fBits + (fHeight - glyph.fHeight) * srcRB;
795 glyph->fHeight = SkToS16(size.cy);
830 glyph->fHeight = gm.gmBlackBoxY;
848 glyph->fHeight += 4;
1046 uint8_t* SK_RESTRICT dst = (uint8_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1055 for (int y = 0; y < glyph.fHeight; ++y) {
1090 uint8_t* SK_RESTRICT dst = (uint8_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1092 for (int y = 0; y < glyph.fHeight; y++) {
1106 uint16_t* SK_RESTRICT dst = (uint16_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1108 for (int y = 0; y < glyph.fHeight; y++) {
1122 uint32_t* SK_RESTRICT dst = (uint32_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1124 for (int y = 0; y < glyph.fHeight; y++) {
1171 for (int y = 0; y < glyph.fHeight; ++y) {
1186 uint8_t* dst = (uint8_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1187 for (int y = 0; y < glyph.fHeight; y++) {
1203 if (is_rgb_really_bw(src, width, glyph.fHeight, srcRB)) {
1240 sprintf(buf, "generatePath: id:%d, w=%d, h=%d, font:%s,fh:%d\n", glyph.fID, glyph.fWidth, glyph.fHeight, lf.lfFaceName, lf.lfHeight);