Home | History | Annotate | Download | only in letest

Lines Matching refs:LE_NO_LAYOUT_ERROR

82     if (status != LE_NO_LAYOUT_ERROR) {
83 log_err("Calling getGlyphs(glyphs, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
96 if (status != LE_NO_LAYOUT_ERROR) {
97 log_err("Calling getGlyphs(glyphs, 0xFF000000L, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
110 if (status != LE_NO_LAYOUT_ERROR) {
111 log_err("Calling getCharIndices(indices, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
124 if (status != LE_NO_LAYOUT_ERROR) {
125 log_err("Calling getCharIndices(indices, 1024, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
138 if (status != LE_NO_LAYOUT_ERROR) {
139 log_err("Calling getGlyphPositions(positions, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");