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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
InputHandler.c 93 ScreenSize = GetStringWidth (Prompt) / sizeof (CHAR16);
134 CurrentCursor = GetStringWidth (StringPtr) / 2 - 1;
142 if ((GetStringWidth (StringPtr) / 2) > (DimensionsWidth - 2)) {
143 Index = (GetStringWidth (StringPtr) / 2) - DimensionsWidth + 2;
152 for (Count = 0; Index + 1 < GetStringWidth (StringPtr) / 2; Index++, Count++) {
165 gST->ConOut->SetCursorPosition (gST->ConOut, Start + GetStringWidth (StringPtr) / 2, Top + 3);
183 if (CurrentCursor < (GetStringWidth (StringPtr) / 2 - 1)) {
209 if (GetStringWidth (StringPtr) >= ((Minimum + 1) * sizeof (CHAR16))) {
238 Count = GetStringWidth (StringPtr) / 2 - 1;
259 } else if ((GetStringWidth (StringPtr) < ((Maximum + 1) * sizeof (CHAR16))) && (Key.UnicodeChar != CHAR_BACKSPACE)) {
    [all...]
FormDisplay.h 443 GetStringWidth (
ProcessOptions.c 645 if (GetStringWidth (String) / 2 > 1) {
664 ((DimensionsWidth - GetStringWidth (String) / 2) / 2) + gStatementDimensions.LeftColumn + 1,
    [all...]
FormDisplay.c 802 GetStringWidth (
    [all...]
  /external/pdfium/core/fpdfapi/font/
cpdf_font.h 74 int GetStringWidth(const FX_CHAR* pString, int size);
cpdf_font.cpp 284 int CPDF_Font::GetStringWidth(const FX_CHAR* pString, int size) {
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 636 if (int w = pFont->GetStringWidth(str.c_str(), 1))
    [all...]

Completed in 357 milliseconds