/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | DeviceGL.cpp | 220 GLint width, height, internalFormat; in CreateTextureWrappingEGLImage() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPURenderPassEncoder.cpp | 33 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 D | ftbitmap.c | 168 FT_UInt width, height; in ft_bitmap_assure_buffer() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-color-sbix-table.hh | 274 HBUINT32 height; member
|
/third_party/skia/third_party/externals/piex/src/ |
H A D | piex.cc | 39 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 D | util.c | 239 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 D | ls.c | 236 unsigned height, widecols; in next_column() local
|
/third_party/toybox/toys/posix/ |
H A D | ls.c | 246 unsigned height, widecols; in next_column() local
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
H A D | D3D12DescriptorHeapTests.cpp | 66 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 D | CopySplitTests.cpp | 35 uint32_t height; member [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | RenderPassDescriptorValidationTests.cpp | 45 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 D | WGPUHelpers.cpp | 161 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 D | cord_rep_btree.h | 144 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 D | shape.cpp | 271 float height = font.getSpacing(); in Shape() local
|
/third_party/skia/gm/ |
H A D | bleed.cpp | 36 std::tuple<sk_sp<SkImage>, SkRect> make_ringed_image(int width, int height) { in make_ringed_image() argument [all...] |
H A D | polygonoffset.cpp | 459 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 D | blurrect.cpp | 205 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 D | SkottieAnimation.java | 138 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 D | FuzzMain.cpp | 526 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 D | es3fOcclusionQueryTests.cpp | 119 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 D | es3fRasterizerDiscardTests.cpp | 159 int height = m_context.getRenderTarget().getHeight(); in setupFramebufferObject() local 379 int height = pixels.getHeight(); in iterate() local
|
H A D | es3fShaderMetamorphicTests.cpp | 178 const int height = deMin32(m_context.getRenderTarget().getHeight(), MAX_RENDER_HEIGHT); in iterate() local
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sSpecialFloatTests.cpp | 141 const int height = m_context.getRenderTarget().getHeight(); in init() local
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFragOpInteractionCase.cpp | 195 const int height = rnd.getInt(minH, maxH); in getRandomQuad() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureConversionTests.cpp | 58 int height; member 164 tcu::PixelBufferAccess errorMask (mapVkFormat(m_outFormat), width, height, 1, errorMaskData.get()); in verifyPixels() local [all...] |