Lines Matching refs:grLog

86 FILE * grLog()  in grLog()  function
205 … fprintf(grLog(),"Glyph %d %f,%f\n", (int)info.logicalIndex(), info.origin(), info.yOffset()); in fill_from()
330 fprintf(grLog(),"Glyphs xOff%ld dropDx%ld w%ld\n", nXOffset, nDxOffset, rWidth); in fill_from()
455 …fprintf(grLog(),"Cluster g[%d-%d) c[%d-%d)%x x%ld y%f bw%d\n", nFirstGlyphInCluster, nNextGlyph, n… in appendCluster()
479 …fprintf(grLog(),"c%d g%d gWidth%d x%f ", firstChar, (int)gi.logicalIndex(), glyphWidth, nextOrigin… in append()
496 fprintf(grLog(),"fallback c%d %x in run %d\n", firstChar, args.mpStr[firstChar], in append()
557 fprintf(grLog(),"GraphiteLayout scripts %x %lx\n", aDirCode, long(this)); in GraphiteLayout()
671 fprintf(grLog(), "font hash %x size %f\n", (int)hash, height()); in hashCode()
793 …fprintf(grLog(),"Gr::LayoutText %d-%d, context %d,len%d rtl%d/%d scaling %f\n", rArgs.mnMinCharPos, in CreateSegment()
804 fprintf(grLog(), "Gr::LayoutText failed: "); in CreateSegment()
807 fprintf(grLog(), "%04x ", rArgs.mpStr[i]); in CreateSegment()
809 fprintf(grLog(), "\n"); in CreateSegment()
888 fprintf(grLog(),"LayoutGlyphs failed %s\n", e.what()); in LayoutGlyphs()
895 fprintf(grLog(),"LayoutGlyphs failed with exception"); in LayoutGlyphs()
910 fprintf(grLog(),"Gr::GetTextBreak c[%d-%d) maxWidth %ld char extra %ld factor %d\n", in GetTextBreak()
936 fprintf(grLog(), "Gr::GetTextBreak break after %d\n", nBreak - mnMinCharPos); in GetTextBreak()
970 fprintf(grLog(),"%d,%d,%d ", (int)i, (int)mvCharDxs[i], pDXArray[i]); in FillDXArray()
979 …fprintf(grLog(),"FillDXArray %d-%d,%d=%ld\n", mnMinCharPos, mnEndCharPos, (int)mpTextSrc->getLengt… in FillDXArray()
1019 fprintf(grLog(), "AdjustLayout width %ld=>%ld\n", mnWidth, rArgs.mnLayoutWidth); in AdjustLayout()
1070 fprintf(grLog(), "Condense by factor %f\n", fXFactor); in expandOrCondense()
1094 fprintf(grLog(),"%d,%d,%d ", (int)iDx, (int)mvCharDxs[iDx], args.mpDXArray[iDx]); in ApplyDXArray()
1095 fprintf(grLog(),"ApplyDx\n"); in ApplyDXArray()
1164 fprintf(grLog(), "c%lu last glyph %d/%lu\n", i, nLastGlyph, mvGlyphs.size()); in ApplyDXArray()
1191 …fprintf(grLog(),"c%d g%d-%d dW%ld-%ld=%ld dX%ld x%ld\t", (int)i, nChar2Base, nLastGlyph, nNewClust… in ApplyDXArray()
1202 fprintf(grLog(),"ApplyDx %d(%ld)\n", args.mpDXArray[nChars - 1], mnWidth); in ApplyDXArray()
1383 fprintf(grLog(),"%d,%d-%d\t", nCharSlot, pCaretXArray[i], pCaretXArray[i+1]); in GetCaretPositions()
1387 fprintf(grLog(),"\n"); in GetCaretPositions()
1460 fprintf(grLog(),"GetNextGlyphs g%d c%d x%ld,%ld adv%ld, pos %ld,%ld\n", glyph_slot - 1, in GetNextGlyphs()
1508 …fprintf(grLog(),"Move %d (%ld,%ld) c%d by %ld\n", nGlyphIndex, mvGlyphs[nGlyphIndex].maLinearPos.X… in MoveGlyph()
1527 fprintf(grLog(),"Dropped %d\n", nGlyphIndex); in DropGlyph()
1554 fprintf(grLog(),"Simplify base%d dx=%ld newW=%ld\n", isBaseLayout, deltaX, mnWidth - deltaX); in Simplify()