Home
last modified time | relevance | path

Searched refs:pixelLen (Results 1 – 6 of 6) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codeJK2/cgame/
H A Dcg_info.cpp58 int y,pixelLen,charLen; in MissionPrint_Line() local
67 pixelLen = cgi_R_Font_StrLenPixels(finalText, cgs.media.qhFontMedium, 1.0f); in MissionPrint_Line()
77 if (pixelLen < 500) // One shot - small enough to print entirely on one line in MissionPrint_Line()
100 pixelLen = 0; in MissionPrint_Line()
108 pixelLen += cgi_R_Font_StrLenPixels(holdText2, cgs.media.qhFontMedium, 1.0f); in MissionPrint_Line()
110 pixelLen += 2; // For kerning in MissionPrint_Line()
113 if (pixelLen > 500 ) in MissionPrint_Line()
130 pixelLen = 0; in MissionPrint_Line()
/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_info.cpp68 int y,pixelLen,charLen,i; in ObjectivePrint_Line() local
92 pixelLen = cgi_R_Font_StrLenPixels(finalText, cgs.media.qhFontMedium, 1.0f); in ObjectivePrint_Line()
136 if (pixelLen < objectiveTextBoxWidth) // One shot - small enough to print entirely on one line in ObjectivePrint_Line()
155 pixelLen = 0; in ObjectivePrint_Line()
163 pixelLen += cgi_R_Font_StrLenPixels(holdText2, cgs.media.qhFontMedium, 1.0f); in ObjectivePrint_Line()
165 pixelLen += 2; // For kerning in ObjectivePrint_Line()
168 if (pixelLen > objectiveTextBoxWidth ) in ObjectivePrint_Line()
187 pixelLen = 0; in ObjectivePrint_Line()
/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Dpaint.h71 short pixelLen; member
H A Dpainthud.c953 width = msg->pixelLen; in Paint_messages()
1106 msg_set[0]->pixelLen = XTextWidth(messageFont, msg_set[0]->txt, msg_set[0]->len); in Add_message()
H A Dtalk.c1436 if ((c1.x > TalkMsg[TALK_MSG_SCREENPOS(last_msg_index, c1.y)]->pixelLen in Talk_cut_from_messages()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/
H A DMTLBlitLoops.m624 NSUInteger pixelLen = len >> 2;
625 for (NSUInteger i = 0; i < pixelLen; i++) {