| /nv-g11n/inputmethod/sunpinyin2/src/ime-core/ |
| imi_view_classic.cpp | 338 CLatticeFrame &fr = lattice [i+l]; local 340 if (fr.isSyllableSepFrame()) { 342 } else if (fr.m_type == CLatticeFrame::ASCII) { 344 } else if (fr.m_type == CLatticeFrame::SYMBOL) { 352 if (fr.isSyllableFrame() && !fr.isSyllableSepFrame()) {
|
| imi_context.cpp | 183 CLatticeFrame &fr = m_lattice[j]; local 184 fr.m_wstr.assign (strbuf.begin(), strbuf.end()); 185 fr.m_lexiconStates.push_back (TLexiconState(i, 0)); 193 CLatticeFrame &fr = m_lattice[j]; local 194 fr.m_type = CLatticeFrame::SYLLABLE; 208 fr.m_lexiconStates.push_back (new_lxst); 220 fr.m_lexiconStates.push_back (new_lxst); 230 fr.m_lexiconStates.push_back (new_lxst); 236 CLatticeFrame &fr = m_lattice[j]; local 237 fr.m_type = CLatticeFrame::SYLLABLE | CLatticeFrame::SYLLABLE_SEP 243 CLatticeFrame &fr = m_lattice[j]; local 268 CLatticeFrame &fr = m_lattice[j]; local 293 CLatticeFrame &fr = m_lattice[j]; local 305 CLatticeFrame &fr = m_lattice[idx]; local 440 CLatticeFrame &fr = m_lattice[i]; local 490 CLatticeFrame &fr = m_lattice[frIdx]; local 572 CLatticeFrame &fr = m_lattice[frIdx]; local 584 CLatticeFrame &fr = m_lattice[candi.m_end]; local 646 CLatticeFrame &fr = m_lattice[*it]; local [all...] |
| /nv-g11n/g11n/src/cmd/mp/ |
| pcf.c | 259 FontRec fr; local 268 if (pcfReadFont(&fr, ff, MSBFirst, MSBFirst, 1, 1) != Successful) 270 fi = &(fr.info); 280 font->bitmaps = ((BitmapFontPtr)(fr.fontPrivate))->encoding; 282 if (get_font_property(&fr, "POINT_SIZE", &value) == -1) 286 if (get_font_property(&fr, "RESOLUTION_X", &value) == -1) 290 if (get_font_property(&fr, "RESOLUTION_Y", &value) == -1) [all...] |