Home
last modified time | relevance | path

Searched defs:height (Results 2576 - 2600 of 4297) sorted by relevance

1...<<101102103104105106107108109110>>...172

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DDeviceGL.cpp220 GLint width, height, internalFormat; in CreateTextureWrappingEGLImage() local
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPURenderPassEncoder.cpp33 setViewport(Napi::Env, float x, float y, float width, float height, float minDepth, float maxDepth) setViewport() argument
43 setScissorRect(Napi::Env, interop::GPUIntegerCoordinate x, interop::GPUIntegerCoordinate y, interop::GPUIntegerCoordinate width, interop::GPUIntegerCoordinate height) setScissorRect() argument
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftbitmap.c168 FT_UInt width, height; in ft_bitmap_assure_buffer() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-sbix-table.hh274 HBUINT32 height; member
/third_party/skia/third_party/externals/piex/src/
H A Dpiex.cc39 GetDngInformation(const tiff_directory::TiffDirectory& tiff_directory, std::uint32_t* width, std::uint32_t* height, std::vector<std::uint32_t>* cfa_pattern_dim) GetDngInformation() argument
54 GetDngInformation(const TagSet& extended_tags, StreamInterface* data, std::uint32_t* width, std::uint32_t* height, std::vector<std::uint32_t>* cfa_pattern_dim) GetDngInformation() argument
346 RafGetDimension(StreamInterface* stream, std::uint32_t* width, std::uint32_t* height) RafGetDimension() argument
499 std::uint16_t height; NefGetPreviewData() local
690 GetDngInformation(StreamInterface* data, std::uint32_t* width, std::uint32_t* height, std::vector<std::uint32_t>* cfa_pattern_dim) GetDngInformation() argument
[all...]
/third_party/toybox/kconfig/lxdialog/
H A Dutil.c239 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() argument
406 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() argument
440 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow() argument
[all...]
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dls.c236 unsigned height, widecols; in next_column() local
/third_party/toybox/toys/posix/
H A Dls.c246 unsigned height, widecols; in next_column() local
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DD3D12DescriptorHeapTests.cpp66 MakeRenderPass(uint32_t width, uint32_t height, wgpu::TextureFormat format) MakeRenderPass() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
H A DCopySplitTests.cpp35 uint32_t height; member
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DRenderPassDescriptorValidationTests.cpp45 CreateTexture(wgpu::Device& device, wgpu::TextureDimension dimension, wgpu::TextureFormat format, uint32_t width, uint32_t height, uint32_t arrayLayerCount, uint32_t mipLevelCount, uint32_t sampleCount = 1, wgpu::TextureUsage usage = wgpu::TextureUsage::RenderAttachment) CreateTexture() argument
67 Create2DAttachment(wgpu::Device& device, uint32_t width, uint32_t height, wgpu::TextureFormat format) Create2DAttachment() argument
/third_party/skia/third_party/externals/dawn/src/utils/
H A DWGPUHelpers.cpp161 CreateBasicRenderPass(const wgpu::Device& device, uint32_t width, uint32_t height, wgpu::TextureFormat format) CreateBasicRenderPass() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h144 int height; member
233 int height() const { return static_cast<int>(storage[0]); } height() function in absl::cord_internal::CordRepBtree
526 InitInstance(int height, size_t begin, size_t end) InitInstance() argument
583 New(int height) New() argument
592 int height = rep->IsBtree() ? rep->btree()->height() + 1 : 0; New() local
786 const int height = this->height(); GetAppendBuffer() local
[all...]
/third_party/skia/modules/skplaintexteditor/src/
H A Dshape.cpp271 float height = font.getSpacing(); in Shape() local
/third_party/skia/gm/
H A Dbleed.cpp36 std::tuple<sk_sp<SkImage>, SkRect> make_ringed_image(int width, int height) { in make_ringed_image() argument
[all...]
H A Dpolygonoffset.cpp459 SkScalar height = kMaxPathHeight / 2; in GetConvexPolygon() local
472 create_ngon(*numPts, data->get(), width, height, dir); in GetConvexPolygon() local
494 SkScalar height = kMaxPathHeight / 2; in GetSimplePolygon() local
506 create_ngon(*numPts, data->get(), width, height, dir); in GetSimplePolygon() local
H A Dblurrect.cpp205 int height = heights[i]; in DEF_SIMPLE_GM() local
[all...]
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
H A DSkottieAnimation.java138 public void updateSurface(int width, int height) { in updateSurface() argument
402 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() argument
418 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged() argument
442 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() argument
474 private native boolean nDrawFrame(long nativeProxy, int width, int height, in nDrawFrame() argument
/third_party/skia/fuzz/
H A DFuzzMain.cpp526 uint32_t height = decodeInfo.height(); in fuzz_img() local
534 const int height = decodeInfo.height(); in fuzz_img() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fOcclusionQueryTests.cpp119 static void generateVertices (std::vector<float>& dst, float width, float height, int primitiveCount, int verticesPerPrimitive, de::Random rnd, float primitiveSize, float minZ, float maxZ) in generateVertices() argument
392 int height = pixels.getHeight(); in iterate() local
H A Des3fRasterizerDiscardTests.cpp159 int height = m_context.getRenderTarget().getHeight(); in setupFramebufferObject() local
379 int height = pixels.getHeight(); in iterate() local
H A Des3fShaderMetamorphicTests.cpp178 const int height = deMin32(m_context.getRenderTarget().getHeight(), MAX_RENDER_HEIGHT); in iterate() local
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp141 const int height = m_context.getRenderTarget().getHeight(); in init() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragOpInteractionCase.cpp195 const int height = rnd.getInt(minH, maxH); in getRandomQuad() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureConversionTests.cpp58 int height; member
164 tcu::PixelBufferAccess errorMask (mapVkFormat(m_outFormat), width, height, 1, errorMaskData.get()); in verifyPixels() local
[all...]

Completed in 25 milliseconds

1...<<101102103104105106107108109110>>...172