HomeSort by relevance Sort by last modified time
    Searched refs:pf_draw (Results 1 - 4 of 4) sorted by null

  /external/icu4c/samples/layout/
pflow.h 29 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine);
cgnomelayout.c 216 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
clayout.c 254 pf_draw(context->paragraph, surface, firstLine, lastLine);
pflow.c 315 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine) function

Completed in 160 milliseconds