Searched refs:top (Results 226 - 250 of 916) sorted by relevance

1234567891011>>

/external/skia/src/utils/
H A DSkPaintFilterCanvas.cpp70 void SkPaintFilterCanvas::onDrawBitmap(const SkBitmap& bm, SkScalar left, SkScalar top, argument
73 this->INHERITED::onDrawBitmap(bm, left, top, apf.paint());
82 void SkPaintFilterCanvas::onDrawImage(const SkImage* image, SkScalar left, SkScalar top, argument
85 this->INHERITED::onDrawImage(image, left, top, apf.paint());
100 void SkPaintFilterCanvas::onDrawSprite(const SkBitmap& bm, int left, int top, argument
103 this->INHERITED::onDrawSprite(bm, left, top, apf.paint());
/external/skia/tests/
H A DTDPQueueTest.cpp114 // Make sure the top of the queue is really the highest priority.
115 Dummy* top = pq.peek(); local
118 array[k].fPriority >= top->fPriority);
123 case 0: { // pop the top,
124 Dummy* top = pq.peek(); local
125 REPORTER_ASSERT(reporter, array.begin() <= top && top < array.end());
127 *top = kSentinel;
/external/freetype/src/cff/
H A Dcffload.c1315 CFF_FontRecDict top = &font->font_dict; local
1322 FT_MEM_ZERO( top, sizeof ( *top ) );
1324 top->underline_position = -( 100L << 16 );
1325 top->underline_thickness = 50L << 16;
1326 top->charstring_type = 2;
1327 top->font_matrix.xx = 0x10000L;
1328 top->font_matrix.yy = 0x10000L;
1329 top->cid_count = 8720;
1333 top
[all...]
/external/pdfium/third_party/freetype/src/cff/
H A Dcffload.c1315 CFF_FontRecDict top = &font->font_dict; local
1322 FT_MEM_ZERO( top, sizeof ( *top ) );
1324 top->underline_position = -( 100L << 16 );
1325 top->underline_thickness = 50L << 16;
1326 top->charstring_type = 2;
1327 top->font_matrix.xx = 0x10000L;
1328 top->font_matrix.yy = 0x10000L;
1329 top->cid_count = 8720;
1333 top
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_framebuffer.c129 assert(fb->client_rect.bottom == fb->client_rect.top + fb->height);
140 assert(client_rect.top == 0);
142 height = client_rect.bottom - client_rect.top;
165 fb->client_rect.top = client_pos.y - window_rect.top;
169 fb->client_rect.bottom = fb->client_rect.top + fb->height;
178 window_rect.left, window_rect.top,
182 fb->client_rect.left, fb->client_rect.top,
289 fb->client_rect.top = 0;
291 fb->client_rect.bottom = fb->client_rect.top
[all...]
H A Dstw_ext_pbuffer.c161 rect.top = 0;
163 rect.bottom = rect.top + iHeight;
184 rect.bottom - rect.top, /* height */
200 assert(rect.top == 0);
202 assert(rect.bottom - rect.top == iHeight);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_IconList.cpp186 sInfo.fContentMax = rcScroll.top;
263 if (point.y < rcWnd.top)
282 if (!(rcWnd.bottom > rcClient.bottom && rcWnd.top < rcClient.top))
286 if (rcWnd.top > rcClient.top)
288 ptScroll.y = rcOrigin.top;
561 if (rcScroll.top - rcScroll.bottom > rcContents.Height())
570 if (ptNew.y > rcScroll.top)
571 ptNew.y = rcScroll.top;
[all...]
H A DPWL_Note.cpp95 CPDF_Point ptCenter = CPDF_Point((rcClient.left + rcClient.right) * 0.5f, (rcClient.top + rcClient.bottom) * 0.5f);
295 pathCross.SetPoint(0, rcClient.left, rcClient.top, FXPT_MOVETO);
324 pathCross.SetPoint(0, rcClient.right, rcClient.top, FXPT_MOVETO);
380 rcClient.top -= 0.5f;
386 pathCross.SetPoint(1, rcClient.right, rcClient.top, FXPT_LINETO);
387 pathCross.SetPoint(2, rcClient.left, rcClient.top, FXPT_MOVETO);
751 rcSubject.top = rcClient.top;
753 rcSubject.bottom = rcSubject.top - m_pSubject->GetContentRect().Height();
761 rcDate.bottom = rcDate.top
[all...]
/external/icu/icu4c/source/tools/gencnval/
H A Dgencnval.c93 uint32_t top; member in struct:__anon5974
973 uint16_t aliasOffset = (uint16_t)(tagBlock.top/sizeof(uint16_t));
1008 udata_write32(out, (tagBlock.top + stringBlock.top) / sizeof(uint16_t));
1010 udata_write32(out, (tagBlock.top + stringBlock.top) / sizeof(uint16_t));
1049 udata_writeString(out, tagBlock.store, tagBlock.top);
1052 udata_writeString(out, stringBlock.store, stringBlock.top);
1056 char *normalizedStrings = (char *)uprv_malloc(tagBlock.top + stringBlock.top);
1072 uint32_t top; local
[all...]
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp33 FX_BOOL CGdiPrinterDriver::SetDIBits(const CFX_DIBSource* pSource, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type, argument
37 FX_RECT clip_rect(left, top, left + pSrcRect->Width(), top + pSrcRect->Height());
38 return StretchDIBits(pSource, color, left - pSrcRect->left, top - pSrcRect->top, pSource->GetWidth(), pSource->GetHeight(),
51 return GDI_SetDIBits(pBitmap, pSrcRect, left, top, pIccTransform);
117 int full_top = full_rect.top;
140 src2result.TranslateI(-result_rect.left, -result_rect.top);
206 return StretchDIBits(pSource, color, bFlipX ? full_rect.right : full_rect.left, bFlipY ? full_rect.bottom : full_rect.top,
215 FX_BOOL ret = StretchDIBits(pTransformed, color, full_rect.left, full_rect.top, full_rec
378 SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type, int alpha_flag, void* pIccTransform) argument
[all...]
H A Dfx_win32_dib.cpp72 int top = 0, bottom = height - 1; local
73 while (top < bottom) {
74 FXSYS_memcpy32(temp_buf, pBitmap->GetBuffer() + top * pitch, pitch);
75 FXSYS_memcpy32(pBitmap->GetBuffer() + top * pitch, pBitmap->GetBuffer() + bottom * pitch, pitch);
77 top ++;
274 void CFX_WindowsDIB::LoadFromDevice(HDC hDC, int left, int top) argument
276 ::BitBlt(m_hMemDC, 0, 0, m_Width, m_Height, hDC, left, top, SRCCOPY);
278 void CFX_WindowsDIB::SetToDevice(HDC hDC, int left, int top) argument
280 ::BitBlt(hDC, left, top, m_Width, m_Height, m_hMemDC, 0, 0, SRCCOPY);
/external/llvm/lib/Analysis/
H A DLoopPass.cpp122 // This is top level loop.
343 PMS.top()->getPassManagerType() > PMT_LoopPassManager)
349 if (PMS.top()->getPassManagerType() == PMT_LoopPassManager &&
350 !PMS.top()->preserveHigherLevelAnalysis(this))
359 PMS.top()->getPassManagerType() > PMT_LoopPassManager)
363 if (PMS.top()->getPassManagerType() == PMT_LoopPassManager)
364 LPPM = (LPPassManager*)PMS.top();
368 PMDataManager *PMD = PMS.top();
374 // [2] Set up new manager's top level manager
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp223 if (FX_EDIT_IsFloatBigger(pt.y, rcListItem.top))
233 if (pt.y >= rcListItem.top && pt.y < rcListItem.bottom)
533 point.y - (m_ptScrollPos.y - rcPlate.top));
541 point.y + (m_ptScrollPos.y - rcPlate.top));
547 CPDF_Point ptRightTop = InToOut(CPDF_Point(rect.right,rect.top));
555 CPDF_Point ptRightTop = OutToIn(CPDF_Point(rect.right,rect.top));
726 SetScrollPos(CPDF_Point(rect.left,rect.top));
823 rcRefresh.top += 1.0f;
871 return rcItem.bottom >= rcPlate.bottom && rcItem.top <= rcPlate.top;
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DZoneMeta.java287 UResourceBundle top = UResourceBundle.getBundleInstance(
289 ZONEIDS = top.getStringArray(kNAMES);
367 UResourceBundle top = UResourceBundle.getBundleInstance(ICUResourceBundle.ICU_BASE_NAME,
369 UResourceBundle zones = top.get(kZONES);
430 UResourceBundle top = UResourceBundle.getBundleInstance(
432 UResourceBundle regions = top.get(kREGIONS);
510 * Given an ID and the top-level resource of the zoneinfo resource,
513 * @param top the top level resource of the zoneinfo resource or null.
517 public static UResourceBundle openOlsonResource(UResourceBundle top, Strin argument
[all...]
/external/skia/src/core/
H A DSkRegion_path.cpp133 // allow for two "empty" rows for the top and bottom
134 // [ Y, 1, L, R, S] == 5 (*2 for top and bottom)
278 SkScalar top = SkIntToScalar(SK_MaxS16); local
287 if (top > pts[i].fY) {
288 top = pts[i].fY;
294 if (top > pts[0].fY) {
295 top = pts[0].fY;
305 SkASSERT(top <= bot);
306 *itop = SkScalarRoundToInt(top);
340 int top local
402 int top() const { function in struct:Edge
[all...]
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifDecoder.java101 // We can't tell if a gif has transparency to decode a partial frame on top of a previous frame, or if the final
530 dataSize, first, top, bi, pi;
561 datum = bits = count = first = top = pi = bi = 0;
605 pixelStack[top++] = suffix[code];
612 pixelStack[top++] = (byte) first;
616 pixelStack[top++] = suffix[code];
620 pixelStack[top++] = (byte) first;
634 while (top > 0) {
636 top--;
637 mainPixels[pi++] = pixelStack[top];
[all...]
/external/skia/src/pathops/
H A DSkDLineIntersection.cpp271 int SkIntersections::vertical(const SkDLine& line, double top, double bottom, argument
276 SkDPoint topPt = { x, top };
280 if (top != bottom) {
286 if ((t = SkDLine::ExactPointV(line[index], top, bottom, x)) >= 0) {
295 if (between(top, yIntercept, bottom)) {
296 fT[1][0] = (yIntercept - top) / (bottom - top);
312 if (top != bottom) {
318 if ((t = SkDLine::NearPointV(line[index], top, bottom, x)) >= 0) {
/external/webp/src/dsp/
H A Dlossless.c480 static uint32_t Predictor0(uint32_t left, const uint32_t* const top) { argument
481 (void)top;
485 static uint32_t Predictor1(uint32_t left, const uint32_t* const top) { argument
486 (void)top;
489 static uint32_t Predictor2(uint32_t left, const uint32_t* const top) { argument
491 return top[0];
493 static uint32_t Predictor3(uint32_t left, const uint32_t* const top) { argument
495 return top[1];
497 static uint32_t Predictor4(uint32_t left, const uint32_t* const top) { argument
499 return top[
501 Predictor5(uint32_t left, const uint32_t* const top) argument
505 Predictor6(uint32_t left, const uint32_t* const top) argument
509 Predictor7(uint32_t left, const uint32_t* const top) argument
513 Predictor8(uint32_t left, const uint32_t* const top) argument
518 Predictor9(uint32_t left, const uint32_t* const top) argument
523 Predictor10(uint32_t left, const uint32_t* const top) argument
527 Predictor11(uint32_t left, const uint32_t* const top) argument
531 Predictor12(uint32_t left, const uint32_t* const top) argument
535 Predictor13(uint32_t left, const uint32_t* const top) argument
[all...]
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafont.cpp114 rtBBox.top = FPF_EM_ADJUST(y_ppem, cbox.yMax);
116 rtBBox.top = FX_MIN(rtBBox.top, GetAscent());
127 rtBBox.top = FPF_EM_ADJUST(FXFT_Get_Face_UnitsPerEM(m_Face), FXFT_Get_Glyph_HoriBearingY(m_Face) - FXFT_Get_Glyph_Height(m_Face));
136 rtBBox.top = FPF_EM_ADJUST(FXFT_Get_Face_UnitsPerEM(m_Face), FXFT_Get_Face_yMin(m_Face));
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DRectTest.java22 assertThat(r.top, is(2));
32 assertThat(r.top, is(2));
167 assertThat(r.top, is(2));
178 assertThat(r.top, is(2));
188 assertThat(r.top, is(22));
/external/skia/src/gpu/
H A DGrAAConvexTessellator.h46 const SkPoint& lastPoint() const { return fPts.top(); }
68 const SkPoint& lastPoint() const { return fPts.top().fPt; }
86 fPts.top().fOrigEdgeId = origEdgeId;
87 fPts.top().fOriginatingIdx = -1;
88 fPts.top().fNeedsToBeNew = true;
H A DGrGpu.h147 * OpenGL's readPixels returns the result bottom-to-top while the skia
148 * API is top-to-bottom. Thus we have to do a y-axis flip. The obvious
157 * top-to-bottom order and the subclass cannot do it for free.
161 * produce bottom-to-top data
164 int left, int top,
171 * rectangle has its top-left at 0,0.
181 * @param top top edge of the rectangle to read (inclusive)
188 * @param invertY buffer should be populated bottom-to-top as opposed
189 * to top
[all...]
/external/icu/icu4j/
H A Dstylesheet7.css70 vertical-align:top;
88 margin-top:-7px;
103 background-position:left top;
131 padding-top:10px;
135 margin-top:10px;
144 padding-top:10px;
191 top:auto;
233 border-top:1px solid #9eadc0;
240 border-top:1px solid #9eadc0;
314 padding-top
[all...]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DPixelUtils.java70 (int) (rectIn.top + FLOAT_INT_AVG_NUDGE),
84 return nearestPixRect(in.left, in.top, in.right, in.bottom);
87 public static RectF nearestPixRect(float left, float top, float right, float bottom) { argument
90 (int) (top + FLOAT_INT_AVG_NUDGE),
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
H A Dfake_fs.py107 def _FakeWalk(self, top):
108 assert os.path.isabs(top)
111 pending_prefixes.append(top)

Completed in 6504 milliseconds

1234567891011>>