Searched refs:LineAndXYForPosition (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c114 static Boolean LineAndXYForPosition(), TranslateExposeRegion();
675 if ( LineAndXYForPosition(ctx, ctx->text.insertPos, &line, &x, &y) ) {
882 LineAndXYForPosition (ctx, pos, line, x, y) function
2063 if ( (pos1 >= pos2) || !LineAndXYForPosition(ctx, pos1, &line, &x, &y) )
3151 LineAndXYForPosition( (TextWidget)w, pos, &line, x, y );
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c85 static Boolean LineAndXYForPosition();
635 if ( LineAndXYForPosition(ctx, ctx->text.insertPos, &line, &x, &y) ) {
798 LineAndXYForPosition (ctx, pos, line, x, y) function
1732 if ( (pos1 >= pos2) || !LineAndXYForPosition(ctx, pos1, &line, &x, &y) )

Completed in 25 milliseconds