Home | History | Annotate | Download | only in ports

Lines Matching refs:fHeight

289         fWidth = fHeight = 0;
319 int fHeight;
343 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
360 fHeight = SkMax32(fHeight, glyph.fHeight);
375 info.bmiHeader.biHeight = fHeight;
391 size_t size = fHeight * srcRB;
408 return (const char*)fBits + (fHeight - glyph.fHeight) * srcRB;
609 glyph->fHeight = gm.gmBlackBoxY;
627 glyph->fHeight += 4;
775 uint8_t* SK_RESTRICT dst = (uint8_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
784 for (int y = 0; y < glyph.fHeight; ++y) {
818 uint8_t* SK_RESTRICT dst = (uint8_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
820 for (int y = 0; y < glyph.fHeight; y++) {
833 uint16_t* SK_RESTRICT dst = (uint16_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
835 for (int y = 0; y < glyph.fHeight; y++) {
848 SkPMColor* SK_RESTRICT dst = (SkPMColor*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
850 for (int y = 0; y < glyph.fHeight; y++) {
905 for (int y = 0; y < glyph.fHeight; ++y) {
920 uint8_t* dst = (uint8_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
921 for (int y = 0; y < glyph.fHeight; y++) {
933 if (is_rgb_really_bw(src, width, glyph.fHeight, srcRB)) {
958 sprintf(buf, "generatePath: id:%d, w=%d, h=%d, font:%s,fh:%d\n", glyph.fID, glyph.fWidth, glyph.fHeight, lf.lfFaceName, lf.lfHeight);