Searched refs:ht (Results 1 – 8 of 8) sorted by relevance
185 h = &(pVars->ht[grInfo->table_select[0]]); in pvmp3_huffman_parsing()200 h = &(pVars->ht[grInfo->table_select[1]]); in pvmp3_huffman_parsing()215 h = &(pVars->ht[grInfo->table_select[2]]); in pvmp3_huffman_parsing()232 h = &(pVars->ht[grInfo->table_select[0]]); in pvmp3_huffman_parsing()246 h = &(pVars->ht[grInfo->table_select[1]]); in pvmp3_huffman_parsing()262 h = &(pVars->ht[grInfo->table_select[0]]); in pvmp3_huffman_parsing()281 h = &(pVars->ht[grInfo->count1table_select+32]); in pvmp3_huffman_parsing()
97 huffcodetab ht[HUFF_TBL]; member
682 pHuff = pVars->ht; in pvmp3_InitDecoder()
99 int ht = mBitmap.getHeight(); in chooseHeight() local101 int need = ht - (v + fm.descent - fm.ascent - istartv); in chooseHeight()106 need = ht - (v + fm.bottom - fm.top - istartv); in chooseHeight()
102 int ht = mDrawable.getIntrinsicHeight(); in chooseHeight() local104 int need = ht - (v + fm.descent - fm.ascent - istartv); in chooseHeight()109 need = ht - (v + fm.bottom - fm.top - istartv); in chooseHeight()
627 int ht = reflowed.getLineTop(n); in reflow() local633 ht -= toppad; in reflow()638 ht += botpad; in reflow()642 mInts.adjustValuesBelow(startline, TOP, startv - endv + ht); in reflow()
9732 int ht = layout.getHeight(); in bringTextIntoView() local9770 if (ht < vspace) { in bringTextIntoView()9774 scrolly = ht - vspace; in bringTextIntoView()9844 int ht = layout.getHeight(); in bringPointIntoView() local9872 if (ht - vs < vspace) { in bringPointIntoView()9873 vs = ht - vspace; in bringPointIntoView()
860 final int ht = tv.getPaddingTop() + tv.getPaddingBottom(); in chooseSize() local879 pop.setHeight(ht + l.getHeight()); in chooseSize()