Searched defs:top (Results 276 - 300 of 488) sorted by relevance

<<11121314151617181920

/external/icu/icu4c/source/i18n/
H A Dolsontz.cpp113 * @param top the top-level zoneinfo resource bundle. This is used
118 OlsonTimeZone::OlsonTimeZone(const UResourceBundle* top, argument
126 if ((top == NULL || res == NULL) && U_SUCCESS(ec)) {
206 UResourceBundle *rule = TimeZone::loadRule(top, ruleID, NULL, ec);
H A Dtransreg.cpp222 const UnicodeString& getTop() const { return top; }
227 UnicodeString top; member in class:TransliteratorSpec
240 : top(theSpec),
268 // Canonicalize top
274 top = locStr;
278 top = scriptName;
281 // assert(spec != top);
294 if (spec != top) {
295 spec = top;
H A Dzonemeta.cpp280 UResourceBundle *top = ures_openDirect(NULL, gKeyTypeData, &tmpStatus); local
281 UResourceBundle *rb = ures_getByKey(top, gTypeMapTag, NULL, &tmpStatus);
294 ures_getByKey(top, gTypeAliasTag, rb, &tmpStatus);
336 ures_close(top);
/external/icu/icu4c/source/tools/gencnval/
H A Dgencnval.c93 uint32_t top; member in struct:__anon6974
981 uint16_t aliasOffset = (uint16_t)(tagBlock.top/sizeof(uint16_t));
1016 udata_write32(out, (tagBlock.top + stringBlock.top) / sizeof(uint16_t));
1018 udata_write32(out, (tagBlock.top + stringBlock.top) / sizeof(uint16_t));
1057 udata_writeString(out, tagBlock.store, tagBlock.top);
1060 udata_writeString(out, stringBlock.store, stringBlock.top);
1064 char *normalizedStrings = (char *)uprv_malloc(tagBlock.top + stringBlock.top);
1080 uint32_t top; local
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp1249 int32_t top; local
1252 top=inStringTop;
1253 p=inStrings+top;
1255 top=outStringTop;
1256 p=outStrings+top;
1258 top+=length+1;
1260 if(top>STRING_STORE_SIZE) {
1265 inStringTop=top;
1267 outStringTop=top;
/external/libavc/encoder/
H A Dih264e_intra_modes_eval.c105 * Calculates the availability of the left, top, topright and topleft macroblocks.
162 /* top macroblock availability */
175 /* top right macroblock availability */
188 /* top left macroblock availability */
209 * Calculates the availability of the left, top, topright and topleft subblock
264 u1_neighbor_avail = ps_ngbr_avbl->u1_mb_b; /* current mb top availability */
281 u1_neighbor_avail = ps_ngbr_avbl->u1_mb_c; /* current mb top right availability */
362 /* pointer to neighbors left, top, topleft */
402 /* top pels */
551 /* neighbors left, top, to
1547 UWORD8 left = 0, top = 0; local
1725 UWORD8 left = 0, top = 0; local
2178 UWORD8 left = 0, top = 0; local
[all...]
/external/libhevc/decoder/
H A Dihevcd_iquant_itrans_recon_ctb.c354 UWORD8 top_right, top, top_left, left, bot_left; local
389 top = 0;
438 top = (*pu1_nbr_intra_flag >> intra_pos);
439 top &= num_8_blks_in_bits;
443 top |= ( (*pu1_nbr_intra_flag >> (intra_pos+i)) & 1) << i;
480 top = 0xF;
519 nbr_flags = (top_left << 16) | (gau4_ihevcd_4_bit_reverse[top_right] << 12) | (gau4_ihevcd_4_bit_reverse[top] << 8) | (gau4_ihevcd_4_bit_reverse[left] << 4)
522 nbr_flags = (top_left << 16) | (top_right << 12) | (top << 8) | (gau4_ihevcd_4_bit_reverse[left] << 4)
649 /* Starting from msb 2nd bit to (1+ctb_size/4) bit, set 1 if top avail,or 0 */
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dintrapred_msa.c265 v16u8 top, left, out; local
270 top = LD_UB(src_top);
272 HADD_UB2_UH(top, left, sum_top, sum_left);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c303 int top,
318 left, top, w, h);
322 left, top, w, h);
326 left, top, w, h);
298 copy_packed_data(ScrnInfoPtr pScrn, struct xorg_xv_port_priv *port, int id, unsigned char *buf, int left, int top, unsigned short w, unsigned short h) argument
/external/mesa3d/src/mesa/math/
H A Dm_matrix.c176 * Multiply two matrices known to occupy only the top three rows, such
970 * \param top top clipping plane coordinate.
980 GLfloat bottom, GLfloat top,
987 y = (2.0F*nearval) / (top-bottom);
989 b = (top+bottom) / (top-bottom);
1010 * \param top top clipping plane coordinate.
1020 GLfloat bottom, GLfloat top,
978 _math_matrix_frustum( GLmatrix *mat, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat nearval, GLfloat farval ) argument
1018 _math_matrix_ortho( GLmatrix *mat, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat nearval, GLfloat farval ) argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPMessage.java632 * @param top Location in the header list to insert the header.
639 public void attachHeader(SIPHeader header, boolean replaceFlag, boolean top) argument
691 hdrlist.concatenate((SIPHeaderList) h, top);
718 * top flag determines which end to remove headers from.
721 * @param top -- flag that indicates which end of header list to process.
723 public void removeHeader(String headerName, boolean top) { argument
732 if (top)
1033 * @return the top most via header if one exists or null if none exists.
/external/opencv/cv/src/
H A Dcvstereobm.cpp135 const uchar* top = sptr + srcstep*MAX(y-wsz2-1,0); local
144 vsum[x] = (ushort)(vsum[x] + bottom[x] - top[x]);
/external/opencv3/3rdparty/libwebp/dec/
H A Didec.c766 int* left, int* top,
770 if (top != NULL) *top = 0;
765 WebPIDecodedArea(const WebPIDecoder* idec, int* left, int* top, int* width, int* height) argument
/external/opencv3/3rdparty/libwebp/dsp/
H A Ddec.c177 const uint8_t* top = dst - BPS; local
178 const uint8_t* const clip0 = clip1 + 255 - top[-1];
184 dst[x] = clip[top[x]];
227 static void DC16NoTop(uint8_t *dst) { // DC with top samples not available
245 static void DC16NoTopLeft(uint8_t *dst) { // DC with no top and left samples
256 const uint8_t* top = dst - BPS; local
258 AVG3(top[-1], top[0], top[1]),
259 AVG3(top[
[all...]
H A Denc.c237 const uint8_t* top, int size) {
239 if (top) {
240 for (j = 0; j < size; ++j) memcpy(dst + j * BPS, top, size);
259 const uint8_t* top, int size) {
262 if (top) {
268 dst[x] = clip_table[top[x]];
277 // is equivalent to VE prediction where you just copy the top samples.
278 // Note that if top samples are not available, the default value is
280 if (top) {
281 VerticalPred(dst, top, siz
236 VerticalPred(uint8_t* dst, const uint8_t* top, int size) argument
258 TrueMotion(uint8_t* dst, const uint8_t* left, const uint8_t* top, int size) argument
288 DCMode(uint8_t* dst, const uint8_t* left, const uint8_t* top, int size, int round, int shift) argument
314 IntraChromaPreds(uint8_t* dst, const uint8_t* left, const uint8_t* top) argument
334 Intra16Preds(uint8_t* dst, const uint8_t* left, const uint8_t* top) argument
348 VE4(uint8_t* dst, const uint8_t* top) argument
361 HE4(uint8_t* dst, const uint8_t* top) argument
373 DC4(uint8_t* dst, const uint8_t* top) argument
380 RD4(uint8_t* dst, const uint8_t* top) argument
399 LD4(uint8_t* dst, const uint8_t* top) argument
417 VR4(uint8_t* dst, const uint8_t* top) argument
439 VL4(uint8_t* dst, const uint8_t* top) argument
461 HU4(uint8_t* dst, const uint8_t* top) argument
476 HD4(uint8_t* dst, const uint8_t* top) argument
499 TM4(uint8_t* dst, const uint8_t* top) argument
517 Intra4Preds(uint8_t* dst, const uint8_t* top) argument
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h64 FX_FLOAT top) {
65 m_pObject->AppendRect(left, bottom, right, top);
61 AppendRect(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top) argument
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_image.cpp30 int top,
45 if (m_pDevice->SetDIBits(pDIBitmap, left, top)) {
54 if (m_pDevice->SetBitMask(pDIBitmap, left, top, fill_argb)) {
69 m_pDevice->SetDIBits(pDIBitmap, left, top, blend_mode);
71 FX_RECT rect(left, top, left + pDIBitmap->GetWidth(),
72 top + pDIBitmap->GetHeight());
81 pForeBitmap, rect.left, rect.top);
83 top = top >= 0 ? 0 : top;
28 CompositeDIBitmap(CFX_DIBitmap* pDIBitmap, int left, int top, FX_ARGB mask_argb, int bitmap_alpha, int blend_mode, int Transparency) argument
789 int left, top; local
806 int top = dest_height > 0 ? image_rect.top : image_rect.bottom; local
[all...]
H A Dfpdf_render_text.cpp70 void CPDF_Type3Glyphs::AdjustBlue(FX_FLOAT top, argument
74 top_line = _AdjustBlue(top, m_TopBlueCount, m_TopBlue);
136 int left, top; local
156 top = top_line;
168 pResBitmap = pBitmap->TransformTo(&image_matrix, left, top);
175 pGlyph->m_Top = -top;
444 matrix.TranslateI(-rect.left, -rect.top);
447 m_pDevice->SetDIBits(bitmap_device.GetBitmap(), rect.left, rect.top);
499 (int)((glyph.m_OriginY - glyph.m_pGlyph->m_Top - rect.top) * sd),
504 m_pDevice->SetBitMask(&bitmap, rect.left, rect.top, fill_arg
609 DrawTextString(CFX_RenderDevice* pDevice, int left, int top, CPDF_Font* pFont, int height, const CFX_ByteString& str, FX_ARGB argb) argument
[all...]
/external/pdfium/core/src/fxge/agg/src/
H A Dfx_agg_driver.cpp79 renderer_scanline_aa_offset(base_ren_type& ren, unsigned left, unsigned top) argument
80 : m_ren(&ren), m_left(left), m_top(top) {}
309 final_render(base_buf, path_rect.left, path_rect.top);
314 m_pClipRgn->IntersectMaskF(path_rect.left, path_rect.top, mask);
1003 if (y < m_ClipBox.top || y >= m_ClipBox.bottom) {
1039 (y - m_ClipBox.top) * m_pClipMask->GetPitch() + x -
1073 m_ClipBox.left = m_ClipBox.top = 0;
1305 int top,
1313 FX_RECT rect(left, top, left + width, top
[all...]
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp401 CGRectMake(rect->left, rect->top, rect->Width(), rect->Height());
448 rect->top = FXSYS_floor(r.origin.y);
455 int32_t top,
467 CGPoint pt = CGPointMake(left, top);
520 src_top = srcRect->top;
646 CGRect rect_clip = CGRectMake(clipRect->left, clipRect->top,
453 GetDIBits(CFX_DIBitmap* bitmap, int32_t left, int32_t top, void* pIccTransform, FX_BOOL bDEdge) argument
/external/pdfium/core/src/fxge/skia/
H A Dfx_skia_device.cpp303 m_pAggDriver->m_pClipRgn->GetBox().top,
534 int top,
537 return m_pAggDriver->GetDIBits(pBitmap, left, top, pIccTransform, bDEdge);
544 int top,
548 return m_pAggDriver->SetDIBits(pBitmap, argb, pSrcRect, left, top, blend_type,
532 GetDIBits(CFX_DIBitmap* pBitmap, int left, int top, void* pIccTransform, FX_BOOL bDEdge) argument
540 SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD argb, const FX_RECT* pSrcRect, int left, int top, int blend_type, int alpha_flag, void* pIccTransform) argument
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_FormFiller.cpp125 InvalidateRect(rect.left, rect.top, rect.right, rect.bottom);
142 InvalidateRect(rcFFL.left, rcFFL.top, rcFFL.right, rcFFL.bottom);
257 InvalidateRect(rcRect.left, rcRect.top, rcRect.right, rcRect.bottom);
436 rcDA.top - rcDA.bottom);
439 mt = CFX_Matrix(0, -1, 1, 0, 0, rcDA.top - rcDA.bottom);
459 FX_FLOAT fHeight = rectAnnot.top - rectAnnot.bottom;
614 InvalidateRect(rcRect.left, rcRect.top, rcRect.right, rcRect.bottom);
621 double top,
625 m_pApp->FFI_Invalidate(pPage, left, top, right, bottom);
637 InvalidateRect(rect.left, rect.top, rec
620 InvalidateRect(double left, double top, double right, double bottom) argument
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdfview.cpp579 rect.top = start_y;
585 int height = rect.bottom - rect.top;
638 start_y - rect.top, size_x, size_y, rotate, flags);
664 BitBlt(dc, rect.left, rect.top, width, height, hMemDC, 0, 0, SRCCOPY);
857 int top,
871 FX_RECT rect(left, top, left + width, top + height);
948 clip.top = start_y;
855 FPDFBitmap_FillRect(FPDF_BITMAP bitmap, int left, int top, int width, int height, FPDF_DWORD color) argument
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2intrp.c340 CF2_Int top, i, j; local
347 top = isHFlex ? 9 : 10;
349 for ( i = 0; i < top; i++ )
537 /* initialize subroutine stack by placing top level charstring as */
562 op1 = cf2_cmdENDCHAR; /* end of buffer for top level charstring */
811 /* Note: cannot return from top charstring */
/external/pdfium/third_party/freetype/src/truetype/
H A Dttgload.c115 FT_TRACE5(( " top side bearing (font units): %d\n", *tsb ));
1264 * are given in the `glyf' table, the top side bearing (tsb) and advance
1985 FT_Pos top; /* scaled vertical top side bearing */ local
1989 /* Get the unscaled top bearing and advance height. */
1993 top = (FT_Short)FT_DivFix( loader->pp3.y - bbox.yMax,
2007 /* XXX Compute top side bearing and advance height in */
2024 top = ( advance - height ) / 2;
2041 metrics.bearing_y = top;
2051 top
[all...]

Completed in 694 milliseconds

<<11121314151617181920