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
678 pHuff = pVars->ht; in pvmp3_InitDecoder()
58 int ht = mBitmap.getHeight(); in chooseHeight() local60 int need = ht - (v + fm.descent - fm.ascent - istartv); in chooseHeight()64 need = ht - (v + fm.bottom - fm.top - istartv); in chooseHeight()
61 int ht = mDrawable.getIntrinsicHeight(); in chooseHeight() local63 int need = ht - (v + fm.descent - fm.ascent - istartv); in chooseHeight()67 need = ht - (v + fm.bottom - fm.top - istartv); in chooseHeight()
322 int ht = reflowed.getLineTop(n); in reflow() local328 ht -= toppad; in reflow()333 ht += botpad; in reflow()337 mInts.adjustValuesBelow(startline, TOP, startv - endv + ht); in reflow()
8561 int ht = layout.getHeight(); in bringTextIntoView() local8599 if (ht < vspace) { in bringTextIntoView()8603 scrolly = ht - vspace; in bringTextIntoView()8673 int ht = layout.getHeight(); in bringPointIntoView() local8701 if (ht - vs < vspace) { in bringPointIntoView()8702 vs = ht - vspace; in bringPointIntoView()
755 int ht = tv.getPaddingTop() + tv.getPaddingBottom(); in chooseSize() local771 pop.setHeight(ht + l.getHeight()); in chooseSize()