Home | History | Annotate | Download | only in letest

Lines Matching refs:getGlyphs

73     engine->getGlyphs(NULL, status);
76 log_err("Calling getGlyphs(NULL, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
80 engine->getGlyphs(glyphs, status);
83 log_err("Calling getGlyphs(glyphs, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
87 engine->getGlyphs(NULL, 0xFF000000L, status);
90 log_err("Calling getGlyphs(NULL, 0xFF000000L, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
94 engine->getGlyphs(glyphs, 0xFF000000L, status);
97 log_err("Calling getGlyphs(glyphs, 0xFF000000L, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
266 engine->getGlyphs(glyphs, status);
275 engine->getGlyphs(extraBitGlyphs, 0xFF000000L, status);
278 log_err("getGlyphs(extraBitGlyphs, 0xFF000000L, status); failed.\n");
703 engine->getGlyphs(actual.glyphs, success);