Home
last modified time | relevance | path

Searched refs:width (Results 1 - 10 of 10) sorted by relevance

/developtools/global_resource_tool/src/
H A Dresource_check.cpp69 uint32_t width; in CheckNodeInResourceItem() local
71 if (!GetPngWidthAndHeight(filePath, &width, &height)) { in CheckNodeInResourceItem()
74 if (width != height) { in CheckNodeInResourceItem()
75 cerr << "Warning: the png width and height not equal" << NEW_LINE_PATH << filePath << endl; in CheckNodeInResourceItem()
83 if (normalSize != 0 && width > normalSize) { in CheckNodeInResourceItem()
84 string warningMsg = "Warning: The width or height of the png file referenced by the " + key + \ in CheckNodeInResourceItem()
104 bool ResourceCheck::GetPngWidthAndHeight(const string &filePath, uint32_t *width, uint32_t *height) in GetPngWidthAndHeight() argument
132 *width = w; in GetPngWidthAndHeight()
/developtools/global_resource_tool/include/
H A Dresource_check.h43 bool GetPngWidthAndHeight(const std::string &filePath, uint32_t *width, uint32_t *height);
H A Dcompression_parser.h51 int32_t width; member
56 size_t width; member
/developtools/profiler/host/smartperf/client/client_command/
H A DCapture.cpp156 auto width = static_cast<uint32_t>(pixelMap->GetWidth()); in TakeScreenCap() local
182 png_set_IHDR(pngStruct, pngInfo, width, height, bitmapDepth, PNG_COLOR_TYPE_RGBA, PNG_INTERLACE_NONE, in TakeScreenCap()
/developtools/smartperf_host/trace_streamer/src/filter/
H A Danimation_filter.cpp73 // get width and height, eg:funcArgs=(0, 0, 1344, 2772) Alpha: 1.00 in UpdateDeviceScreenSize()
81 uint32_t width = base::StrToInt<uint32_t>(matcheLine[++index].str()).value(); in UpdateDeviceScreenSize() local
84 TS_LOGI("physical width is %u, height is %u", width, height); in UpdateDeviceScreenSize()
/developtools/ace_js2bundle/ace-loader/plugin/templater/
H A Drich_component_map.js470 width: {},
531 width: {},
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/utils/
H A Ddevice.py29 self.width = 720
354 self.width, self.height = [int(i) for i in xy]
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/
H A Dftrace_ftrace_event_formatter.cpp213 msg.map_id(), msg.opcode(), msg.width());
/developtools/smartperf_host/trace_streamer/test/unittest/query/
H A Dsqllite_prepar_cache_data_test.cpp113 const std::string WIDTH = "width";
668 EXPECT_EQ(batchSphFrameDynamicDataResult.values(0).frame_dynamic_data().width(), WIDTH); in HWTEST_F()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h14726 u8 width; member
64739 enum opal_atom_width width; global() member
66201 unsigned int width; global() member
66595 int width; global() member
67474 u8 width; global() member
70900 unsigned int width; global() member
71930 unsigned int width; global() member
71936 unsigned int width; global() member
95793 unsigned int width; global() member
95916 __u32 width; global() member
95952 __u32 width; global() member
95961 __u32 width; global() member
95970 __u32 width; global() member
96165 __u32 width; global() member
96175 __u32 width; global() member
96188 __u32 width; global() member
96195 __u32 width; global() member
96430 u32 width; global() member
96701 s32 width; global() member
97948 u16 width; global() member
98824 u8 width; global() member
101732 u8 width; global() member
101765 u8 width; global() member
101840 u8 width; global() member
102117 u8 width; global() member
102128 u8 width; global() member
102147 u8 width; global() member
102181 u8 width; global() member
102243 unsigned int width; global() member
102546 u8 width; global() member
102559 u8 width; global() member
102572 u8 width; global() member
102585 u8 width; global() member
102613 u8 width; global() member
103284 u8 width; global() member
103368 u8 width; global() member
104334 u32 width; global() member
104507 u32 width; global() member
104519 u32 width; global() member
104575 u8 width; global() member
104724 u8 width; global() member
104729 u8 width; global() member
104739 u8 width; global() member
104783 u8 width; global() member
104805 u8 width; global() member
105097 u8 width; global() member
105263 u8 width; global() member
109749 u8 width; global() member
112686 unsigned int width; global() member
112740 compat_uint_t width; global() member
116419 int width; global() member
125360 unsigned int width; global() member
139711 u32 width; global() member
140696 int width; global() member
141488 int width; global() member
142238 long unsigned int width; global() member
142427 int width; global() member
142443 int width; global() member
157569 enum nl80211_chan_width width; global() member
[all...]

Completed in 471 milliseconds