Searched refs:char_pos (Results 1 – 4 of 4) sorted by relevance
/external/lldb/include/lldb/Interpreter/ |
D | Options.h | 247 int char_pos, 298 int char_pos,
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 910 const FXTEXT_CHARPOS* char_pos = pCharPos + i; in DrawDeviceText() local 915 if (char_pos->m_bGlyphAdjust) { in DrawDeviceText() 916 glphy_matrix.Concat(char_pos->m_AdjustMatrix[0], in DrawDeviceText() 917 char_pos->m_AdjustMatrix[1], in DrawDeviceText() 918 char_pos->m_AdjustMatrix[2], in DrawDeviceText() 919 char_pos->m_AdjustMatrix[3], 0, 0); in DrawDeviceText() 921 …ret = CG_DrawGlypRun(1, char_pos, pFont, pCache, &glphy_matrix, pObject2Device, font_size, color, … in DrawDeviceText()
|
/external/lldb/source/Interpreter/ |
D | Options.cpp | 743 int char_pos, in HandleOptionCompletion() argument 759 cur_opt_std_str.erase(char_pos); in HandleOptionCompletion() 893 int char_pos, in HandleOptionArgumentCompletion() argument 914 …_string(input.GetArgumentAtIndex (opt_arg_pos), input.GetArgumentAtIndex (opt_arg_pos) + char_pos); in HandleOptionArgumentCompletion()
|
/external/lldb/source/Commands/ |
D | CommandObjectProcess.cpp | 464 int char_pos, in HandleOptionArgumentCompletion() argument
|