Home
last modified time | relevance | path

Searched refs:getXPos (Results 1 – 10 of 10) sorted by relevance

/third_party/libevdev/doc/html/search/
Dsearch.js48 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/
Dsearch.js47 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/
DTextBlobBench.cpp40 fFont.getXPos(&fGlyphs[0], fGlyphs.count(), fXPos.begin()); in onDelayedSetup()
/third_party/skia/gm/
Dfontregen.cpp45 font.getXPos(glyphs.get(), len, pos.get()); in make_blob()
Dscaledemoji.cpp33 font.getXPos(buffer.glyphs, glyphCount, buffer.pos); in make_hpos_test_blob_utf8()
Dskbug_257.cpp64 font.getXPos(rec.glyphs, count, rec.pos); in exercise_draw_pos_text_h()
Dtexteffects.cpp159 font.getXPos(glyphs, count, xpos.get()); in make_posh()
/third_party/skia/include/core/
DSkFont.h435 void getXPos(const SkGlyphID glyphs[], int count, SkScalar xpos[], SkScalar origin = 0) const;
/third_party/skia/tests/
DPaintTest.cpp213 font.getXPos(glyphs, count, xpos, 10);
/third_party/skia/src/core/
DSkFont.cpp242 void SkFont::getXPos( in getXPos() function in SkFont