Searched refs:getXPos (Results 1 - 10 of 10) sorted by relevance
/third_party/libevdev/doc/html/search/ |
H A D | search.js | 48 function getXPos(item) function 141 var left = getXPos(searchField); 154 var left = getXPos(searchField); 382 var left = getXPos(domSearchBox) + 150; // domSearchBox.offsetWidth;
|
/third_party/skia/third_party/externals/oboe/docs/reference/search/ |
H A D | search.js | 47 function getXPos(item) function 138 var left = getXPos(searchField); 151 var left = getXPos(searchField); 380 var left = getXPos(domSearchBox) + 150; // domSearchBox.offsetWidth;
|
/third_party/skia/bench/ |
H A D | TextBlobBench.cpp | 40 fFont.getXPos(&fGlyphs[0], fGlyphs.count(), fXPos.begin());
|
/third_party/skia/gm/ |
H A D | fontregen.cpp | 45 font.getXPos(glyphs.get(), len, pos.get()); in make_blob()
|
H A D | scaledemoji.cpp | 33 font.getXPos(buffer.glyphs, glyphCount, buffer.pos); in make_hpos_test_blob_utf8()
|
H A D | skbug_257.cpp | 64 font.getXPos(rec.glyphs, count, rec.pos); in exercise_draw_pos_text_h()
|
H A D | texteffects.cpp | 159 font.getXPos(glyphs, count, xpos.get()); in make_posh()
|
/third_party/skia/include/core/ |
H A D | SkFont.h | 435 void getXPos(const SkGlyphID glyphs[], int count, SkScalar xpos[], SkScalar origin = 0) const;
|
/third_party/skia/tests/ |
H A D | PaintTest.cpp | 213 font.getXPos(glyphs, count, xpos, 10);
|
/third_party/skia/src/core/ |
H A D | SkFont.cpp | 242 void SkFont::getXPos( in getXPos() function in SkFont
|
Completed in 6 milliseconds