Home | History | Annotate | Download | only in letest

Lines Matching refs:getGlyphPosition

197     engine->getGlyphPosition(-1, x, y, status);
200 log_err("Calling getGlyphPosition(-1, x, y, status) did not fail w/ LE_INDEX_OUT_OF_BOUNDS_ERROR.\n");
204 engine->getGlyphPosition(glyphCount + 1, x, y, status);
207 log_err("Calling getGlyphPosition(glyphCount + 1, x, y, status) did not fail w/ LE_INDEX_OUT_OF_BOUNDS_ERROR.\n");
308 engine->getGlyphPosition(glyph, x, y, status);
311 log_err("getGlyphPosition(%d, x, y, status) failed.\n", glyph);
316 log_err("getGlyphPosition(%d, x, y, status) returned bad position: (%f, %f) != (%f, %f)\n",