OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fontOffset
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fxge/ge/
text_int.h
65
FX_DWORD
fontOffset
,
70
m_FontOffset(
fontOffset
),
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
TextArea.java
234
selection.draw(batch, x + selectionX +
fontOffset
, y - textHeight - font.getDescent() - offsetY, selectionWidth,
256
cursorPatch.draw(batch, x + textOffset +
fontOffset
+ font.getData().cursorX,
354
return textOffset +
fontOffset
+ style.font.getData().cursorX;
TextField.java
106
protected float
fontOffset
, textHeight, textOffset;
143
x -= textOffset +
fontOffset
- style.font.getData().cursorX - glyphPositions.get(visibleTextStart);
342
selection.draw(batch, x + selectionX + renderOffset +
fontOffset
, y - textHeight - font.getDescent(), selectionWidth,
352
x + textOffset + glyphPositions.get(cursor) - glyphPositions.get(visibleTextStart) +
fontOffset
+ font.getData().cursorX,
387
fontOffset
= xAdvances.first();
393
fontOffset
= 0;
[
all
...]
Completed in 173 milliseconds