Home
last modified time | relevance | path

Searched refs:top (Results 826 - 850 of 1359) sorted by relevance

1...<<31323334353637383940>>...55

/third_party/glfw/src/
H A Dwindow.c732 int* left, int* top, in glfwGetWindowFrameSize()
737 if (top) in glfwGetWindowFrameSize()
738 *top = 0; in glfwGetWindowFrameSize()
749 _glfw.platform.getWindowFrameSize(window, left, top, right, bottom); in glfwGetWindowFrameSize()
731 glfwGetWindowFrameSize(GLFWwindow* handle, int* left, int* top, int* right, int* bottom) glfwGetWindowFrameSize() argument
/third_party/backends/testsuite/backend/genesys/
H A Dtests_image_pipeline.cpp895 std::vector<std::uint16_t> top = { in test_node_calibrate_8bit() local
902 stack.push_node<ImagePipelineNodeCalibrate>(bottom, top, 0); in test_node_calibrate_8bit()
931 std::vector<std::uint16_t> top = { in test_node_calibrate_16bit() local
938 stack.push_node<ImagePipelineNodeCalibrate>(bottom, top, 0); in test_node_calibrate_16bit()
/third_party/node/deps/v8/src/execution/
H A Dframes.h166 // in the top 32 bits of a 64-bit value, which in turn makes them expensive
279 // Get the top handler from the current stack iterator.
496 // The functions are ordered bottom-to-top (i.e. summaries.last() is the
497 // top-most activation; caller comes before callee).
696 // link to the top exit frame.
816 // The functions are ordered bottom-to-top (i.e. functions.last()
817 // is the top-most activation)
1262 void Reset(ThreadLocalTop* top);
1264 void Reset(ThreadLocalTop* top, wasm::StackMemory* stack);
1272 inline JavaScriptFrameIterator(Isolate* isolate, ThreadLocalTop* top);
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c777 struct ureg_dst out, tmp, top, bottom; in util_make_fs_msaa_resolve_bilinear() local
796 top = ureg_DECL_temporary(ureg); in util_make_fs_msaa_resolve_bilinear()
804 ureg_F2U(ureg, tmp_coord[0], coord); /* top-left */ in util_make_fs_msaa_resolve_bilinear()
806 ureg_imm4u(ureg, 1, 0, 0, 0)); /* top-right */ in util_make_fs_msaa_resolve_bilinear()
837 ureg_LRP(ureg, top, in util_make_fs_msaa_resolve_bilinear()
850 ureg_src(top)); in util_make_fs_msaa_resolve_bilinear()
/third_party/skia/include/core/
H A DSkCanvas.h320 @param origin storage for SkCanvas top layer origin, its top-left corner;
1240 @param y top edge of circle or square
1255 @param p top-left edge of circle or square
1459 void drawImage(const SkImage* image, SkScalar left, SkScalar top) { in drawImage() argument
1460 this->drawImage(image, left, top, SkSamplingOptions(), nullptr); in drawImage()
1462 void drawImage(const sk_sp<SkImage>& image, SkScalar left, SkScalar top) { in drawImage() argument
1463 this->drawImage(image.get(), left, top, SkSamplingOptions(), nullptr); in drawImage()
1633 * should be ordered top-left, top
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dvc1dsp_mmi.c1454 void ff_vc1_v_s_overlap_mmi(int16_t *top, int16_t *bottom) in ff_vc1_v_s_overlap_mmi() argument
1461 a = top[48]; in ff_vc1_v_s_overlap_mmi()
1462 b = top[56]; in ff_vc1_v_s_overlap_mmi()
1468 top[48] = ((a << 3) - d1 + rnd1) >> 3; in ff_vc1_v_s_overlap_mmi()
1469 top[56] = ((b << 3) - d2 + rnd2) >> 3; in ff_vc1_v_s_overlap_mmi()
1474 top++; in ff_vc1_v_s_overlap_mmi()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dswapchain9.c748 pSourceRect->top, pSourceRect->bottom); in present()
750 if (source_rect.top == 0 && in present()
764 pDestRect->top, pDestRect->bottom); in present()
788 dest_rect.top = MAX2(0, dest_rect.top); in present()
792 target_height = dest_rect.bottom - dest_rect.top; in present()
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dreslist.cpp855 uint32_t top, size; in write() local
948 top = byteOffset; in write()
1015 indexes[URES_INDEX_RESOURCES_TOP]= (int32_t)(top>>2); in write()
1084 assert(byteOffset == top); in write()
1087 if(top != size) { in write()
1089 (int)size, (int)top); in write()
/third_party/icu/icu4c/source/tools/genrb/
H A Dreslist.cpp855 uint32_t top, size; in write() local
948 top = byteOffset; in write()
1015 indexes[URES_INDEX_RESOURCES_TOP]= (int32_t)(top>>2); in write()
1084 assert(byteOffset == top); in write()
1087 if(top != size) { in write()
1089 (int)size, (int)top); in write()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp699 // Adjust destination to match portion clipped off left and/or top. in readPixels()
924 GLint top = bounds.destRegion.y0(); in adjustSrcDstRegion() local
946 if (top >= 0 && top < bounds.destBounds.height) in adjustSrcDstRegion()
971 // if X/Y is reversed, use the top/right out-of-bounds region to compute in adjustSrcDstRegion()
1048 GLint top = bounds.sourceRegion.y0(); in adjustSrcDstRegion() local
1070 if (top >= 0 && top < bounds.sourceBounds.height) in adjustSrcDstRegion()
1097 // if X/Y is reversed, use the top/right out-of-bounds region to compute in adjustSrcDstRegion()
1165 // if X/Y is reversed, use the top/righ in clipSrcRegion()
[all...]
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Danim_encode.c197 int left, int top, int width, int height) { in ClearRectangle()
199 for (j = top; j < top + height; ++j) { in ClearRectangle()
599 const int top = clip(*y_offset, 0, curr_canvas->height - 1); in WebPAnimEncoderRefineRect() local
607 rect.y_offset_ = top; in WebPAnimEncoderRefineRect()
609 rect.height_ = clip(bottom - top, 0, curr_canvas->height - rect.y_offset_); in WebPAnimEncoderRefineRect()
196 ClearRectangle(WebPPicture* const picture, int left, int top, int width, int height) ClearRectangle() argument
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dreslist.cpp855 uint32_t top, size; in write() local
948 top = byteOffset; in write()
1023 indexes[URES_INDEX_RESOURCES_TOP]= (int32_t)(top>>2); in write()
1092 assert(byteOffset == top); in write()
1095 if(top != size) { in write()
1097 (int)size, (int)top); in write()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dtimezone.h913 * @param top Top resource bundle for tz data
920 static UResourceBundle* loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode&status);
/third_party/icu/icu4c/source/i18n/
H A Dolsontz.h120 * @param top the top-level zoneinfo resource bundle. This is used
126 OlsonTimeZone(const UResourceBundle* top,
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_ra.cpp96 auto group = groups.top(); in group_allocation()
/third_party/node/test/fixtures/wpt/WebCryptoAPI/
H A Dalgorithm-discards-context.https.window.js21 top.closeChild(testId);
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dtimezone.h944 * @param top Top resource bundle for tz data
951 static UResourceBundle* loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode&status);
/third_party/node/deps/icu-small/source/i18n/
H A Dolsontz.h120 * @param top the top-level zoneinfo resource bundle. This is used
126 OlsonTimeZone(const UResourceBundle* top,
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_context.h128 float left, right, bottom, top; member
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_outwin.py39 self.assertEqual(self.window.top.title(), 'Output')
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp98 LiveInterval *LI = Queue.top();
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DD3D11EmulatedIndexedBufferTest.cpp80 srcBox.top = 0; in createMappableCompareBufferFromEmulatedBuffer()
/third_party/skia/src/gpu/d3d/
H A DGrD3DCommandList.h72 int left, int top);
/third_party/skia/src/image/
H A DSkSurface_Raster.cpp95 SkAssertResult(fBitmap.readPixels(dst.pixmap(), subset->left(), subset->top())); in onNewImageSnapshot()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dtimezone.h864 * @param top Top resource bundle for tz data
871 static UResourceBundle* loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode&status);

Completed in 39 milliseconds

1...<<31323334353637383940>>...55