Home
last modified time | relevance | path

Searched +defs:block +defs:offset +defs:width (Results 1 – 25 of 1501) sorted by relevance

12345678910>>...61

/dports/net/kitinerary/kitinerary-21.12.3/src/lib/uic9183/
H A Duic9183ticketlayout.cpp23 Uic9183Block block; member in KItinerary::Uic9183TicketLayoutPrivate
41 Uic9183TicketLayoutField::Uic9183TicketLayoutField(const Uic9183Block &block, int offset) in Uic9183TicketLayoutField()
112 Uic9183TicketLayout::Uic9183TicketLayout(const Uic9183Block &block) in Uic9183TicketLayout()
145 QString Uic9183TicketLayout::text(int row, int column, int width, int height) const in text()
176 const auto offset = column - f.column(); in text() local
191 int width = 0; in size() local
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/cineon.imageio/libcineon/
H A DReaderInternal.h64 bool Read10bitFilled(const Header &dpxHeader, U32 *readBuf, IR *fd, const Block &block, BUF *data) in Read10bitFilled()
88 long offset = actline * lineLength; in Read10bitFilled() local
125 bool Read10bitFilledMethodA(const Header &dpx, U32 *readBuf, IR *fd, const Block &block, BUF *data) in Read10bitFilledMethodA()
133 bool Read10bitFilledMethodB(const Header &dpx, U32 *readBuf, IR *fd, const Block &block, BUF *data) in Read10bitFilledMethodB()
190 bool ReadPacked(const Header &dpxHeader, U32 *readBuf, IR *fd, const Block &block, BUF *data) in ReadPacked()
212 long offset = (line + block.y1) * (lineSize * sizeof(U32)) + in ReadPacked() local
249 bool ReadBlockTypes(const Header &dpxHeader, SRC *readBuf, IR *fd, const Block &block, BUF *data) in ReadBlockTypes()
259 const int width = (block.x2 - block.x1 + 1) * numberOfComponents; in ReadBlockTypes() local
275 long offset = (line + block.y1) * imageWidth * numberOfComponents * bytes + in ReadBlockTypes() local
304 const int width = (block.x2 - block.x1 + 1) * numberOfComponents; in Read12bitFilledMethodB() local
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/cineon.imageio/libcineon/
H A DReaderInternal.h64 bool Read10bitFilled(const Header &dpxHeader, U32 *readBuf, IR *fd, const Block &block, BUF *data) in Read10bitFilled()
88 long offset = actline * lineLength; in Read10bitFilled() local
125 bool Read10bitFilledMethodA(const Header &dpx, U32 *readBuf, IR *fd, const Block &block, BUF *data) in Read10bitFilledMethodA()
133 bool Read10bitFilledMethodB(const Header &dpx, U32 *readBuf, IR *fd, const Block &block, BUF *data) in Read10bitFilledMethodB()
190 bool ReadPacked(const Header &dpxHeader, U32 *readBuf, IR *fd, const Block &block, BUF *data) in ReadPacked()
212 long offset = (line + block.y1) * (lineSize * sizeof(U32)) + in ReadPacked() local
249 bool ReadBlockTypes(const Header &dpxHeader, SRC *readBuf, IR *fd, const Block &block, BUF *data) in ReadBlockTypes()
259 const int width = (block.x2 - block.x1 + 1) * numberOfComponents; in ReadBlockTypes() local
275 long offset = (line + block.y1) * imageWidth * numberOfComponents * bytes + in ReadBlockTypes() local
304 const int width = (block.x2 - block.x1 + 1) * numberOfComponents; in Read12bitFilledMethodB() local
[all …]
/dports/misc/lv/lv-f7ba677/src/
H A Dfetch.c50 int idx, w, width, hptr, line_size; in LineDecode() local
150 private void PageLoad( file_t *f, int block, long ptr ) in PageLoad()
173 public boolean_t FetchLine( file_t *f, unsigned int segment, int offset ) in FetchLine()
175 int line, block; in FetchLine() local
/dports/misc/netron/node_modules/dmg-builder/vendor/ds_store/
H A Dbuddy.py21 def __init__(self, allocator, offset, size): argument
268 def read(self, offset, size_or_format): argument
295 def write(self, offset, data_or_format, *args): argument
310 def get_block(self, block): argument
336 def _write_root_block_into(self, block): argument
360 def _buddy(self, offset, width): argument
371 def _release(self, offset, width): argument
389 def _alloc(self, width): argument
400 def allocate(self, bytes, block=None): argument
428 def release(self, block): argument
/dports/devel/qbs/qbs-src-1.21.0/src/3rdparty/python/lib/python2.7/site-packages/ds_store/
H A Dbuddy.py21 def __init__(self, allocator, offset, size): argument
268 def read(self, offset, size_or_format): argument
295 def write(self, offset, data_or_format, *args): argument
310 def get_block(self, block): argument
336 def _write_root_block_into(self, block): argument
360 def _buddy(self, offset, width): argument
371 def _release(self, offset, width): argument
389 def _alloc(self, width): argument
400 def allocate(self, bytes, block=None): argument
428 def release(self, block): argument
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/dpx.imageio/libdpx/
H A DReaderInternal.h122 …ed(const Header &dpxHeader, U32 *readBuf, IR *fd, const int element, const Block &block, BUF *data) in Read10bitFilled()
146 long offset = actline * lineLength; in Read10bitFilled() local
193 …dMethodA(const Header &dpx, U32 *readBuf, IR *fd, const int element, const Block &block, BUF *data) in Read10bitFilledMethodA()
258 …ed(const Header &dpxHeader, U32 *readBuf, IR *fd, const int element, const Block &block, BUF *data) in ReadPacked()
279 long offset = (line + block.y1) * (lineSize * sizeof(U32)) + in ReadPacked() local
316 …es(const Header &dpxHeader, SRC *readBuf, IR *fd, const int element, const Block &block, BUF *data) in ReadBlockTypes()
325 const int width = (block.x2 - block.x1 + 1) * numberOfComponents; in ReadBlockTypes() local
341 long offset = (line + block.y1) * imageWidth * numberOfComponents * bytes + in ReadBlockTypes() local
370 const int width = (block.x2 - block.x1 + 1) * numberOfComponents; in Read12bitFilledMethodB() local
385 long offset = (line + block.y1) * imageWidth * numberOfComponents * 2 + in Read12bitFilledMethodB() local
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/dpx.imageio/libdpx/
H A DReaderInternal.h122 …ed(const Header &dpxHeader, U32 *readBuf, IR *fd, const int element, const Block &block, BUF *data) in Read10bitFilled()
146 long offset = actline * lineLength; in Read10bitFilled() local
193 …dMethodA(const Header &dpx, U32 *readBuf, IR *fd, const int element, const Block &block, BUF *data) in Read10bitFilledMethodA()
258 …ed(const Header &dpxHeader, U32 *readBuf, IR *fd, const int element, const Block &block, BUF *data) in ReadPacked()
279 long offset = (line + block.y1) * (lineSize * sizeof(U32)) + in ReadPacked() local
316 …es(const Header &dpxHeader, SRC *readBuf, IR *fd, const int element, const Block &block, BUF *data) in ReadBlockTypes()
325 const int width = (block.x2 - block.x1 + 1) * numberOfComponents; in ReadBlockTypes() local
341 long offset = (line + block.y1) * imageWidth * numberOfComponents * bytes + in ReadBlockTypes() local
370 const int width = (block.x2 - block.x1 + 1) * numberOfComponents; in Read12bitFilledMethodB() local
385 long offset = (line + block.y1) * imageWidth * numberOfComponents * 2 + in Read12bitFilledMethodB() local
[all …]
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dtransform.c85 static bool bypass_transquant(const int width, in bypass_transquant()
121 static void rdpcm(const int width, in rdpcm()
125 const int offset = (dir == RDPCM_HOR) ? 1 : width; in rdpcm() local
163 void kvz_transformskip(const encoder_control_t * const encoder, int16_t *block,int16_t *coeff, int8… in kvz_transformskip()
187 int32_t offset; in kvz_itransformskip() local
203 int16_t *block, in kvz_transform2d()
214 int16_t *block, in kvz_itransform2d()
244 const cu_info_t *const cur_cu, const int width, const color_t color, in kvz_quantize_residual_trskip()
335 const int offset = lcu_px.x + lcu_px.y * lcu_width; in quantize_tr_residual() local
452 const int32_t width = LCU_WIDTH >> depth; in kvz_quantize_lcu_residual() local
[all …]
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/src/
H A Dchipmunk.c51 cpMomentForCircle(cpFloat m, cpFloat r1, cpFloat r2, cpVect offset) in cpMomentForCircle()
65 cpVect offset = cpvlerp(a, b, 0.5f); in cpMomentForSegment() local
79 cpMomentForPoly(cpFloat m, const int count, const cpVect *verts, cpVect offset, cpFloat r) in cpMomentForPoly()
144 cpMomentForBox(cpFloat m, cpFloat width, cpFloat height) in cpMomentForBox()
152 cpFloat width = box.r - box.l; in cpMomentForBox2() local
154 cpVect offset = cpvmult(cpv(box.l + box.r, box.b + box.t), 0.5f); in cpMomentForBox2() local
296 …ryIteratorFunc(cpShape *shape, cpVect p, cpFloat d, cpVect g, cpSpacePointQueryBlock block){block(… in PointQueryIteratorFunc()
297 …ace *space, cpVect point, cpFloat maxDistance, cpShapeFilter filter, cpSpacePointQueryBlock block){ in cpSpacePointQuery_b()
306 void cpSpaceBBQuery_b(cpSpace *space, cpBB bb, cpShapeFilter filter, cpSpaceBBQueryBlock block){ in cpSpaceBBQuery_b()
310 …eQueryIteratorFunc(cpShape *shape, cpContactPointSet *points, cpSpaceShapeQueryBlock block){block(… in ShapeQueryIteratorFunc()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mscc/
H A Docelot_vcap.c128 int i, width; in vcap_action2cache() local
153 int i, width; in vcap_cache2action() local
177 int i, col, offset, num_entries_per_row, base; in vcap_data_offset_get() local
178 u32 width = vcap->tg_width; in vcap_data_offset_get() local
247 static void vcap_key_field_set(struct vcap_data *data, u32 offset, u32 width, in vcap_key_field_set()
257 u32 offset = vcap->keys[field].offset; in vcap_key_set() local
267 u32 offset = vcap->keys[field].offset; in vcap_key_bytes_set() local
298 u32 offset = vcap->keys[field].offset; in vcap_key_l4_port_set() local
312 u32 offset = vcap->keys[field].offset; in vcap_key_bit_set() local
323 int offset = vcap->actions[field].offset; in vcap_action_set() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mscc/
H A Docelot_vcap.c128 int i, width; in vcap_action2cache() local
153 int i, width; in vcap_cache2action() local
177 int i, col, offset, num_entries_per_row, base; in vcap_data_offset_get() local
178 u32 width = vcap->tg_width; in vcap_data_offset_get() local
247 static void vcap_key_field_set(struct vcap_data *data, u32 offset, u32 width, in vcap_key_field_set()
257 u32 offset = vcap->keys[field].offset; in vcap_key_set() local
267 u32 offset = vcap->keys[field].offset; in vcap_key_bytes_set() local
298 u32 offset = vcap->keys[field].offset; in vcap_key_l4_port_set() local
312 u32 offset = vcap->keys[field].offset; in vcap_key_bit_set() local
323 int offset = vcap->actions[field].offset; in vcap_action_set() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mscc/
H A Docelot_vcap.c128 int i, width; in vcap_action2cache() local
153 int i, width; in vcap_cache2action() local
177 int i, col, offset, num_entries_per_row, base; in vcap_data_offset_get() local
178 u32 width = vcap->tg_width; in vcap_data_offset_get() local
247 static void vcap_key_field_set(struct vcap_data *data, u32 offset, u32 width, in vcap_key_field_set()
257 u32 offset = vcap->keys[field].offset; in vcap_key_set() local
267 u32 offset = vcap->keys[field].offset; in vcap_key_bytes_set() local
298 u32 offset = vcap->keys[field].offset; in vcap_key_l4_port_set() local
312 u32 offset = vcap->keys[field].offset; in vcap_key_bit_set() local
323 int offset = vcap->actions[field].offset; in vcap_action_set() local
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/register/register-gnome/
H A Dgnucash-sheet-private.c60 SheetBlock *block; in find_block_by_pixel() local
115 SheetBlock *block; in find_cell_by_pixel() local
175 SheetBlock *block; in gnucash_sheet_find_loc_by_pixel() local
330 G_GNUC_UNUSED double width, double height) in draw_hatching()
352 double x, double y, double width, double height) in draw_divider_line()
354 double offset; in draw_divider_line() local
378 draw_cell (GnucashSheet *sheet, SheetBlock *block, in draw_cell()
380 int x, int y, int width, int height) in draw_cell()
566 draw_block (GnucashSheet *sheet, SheetBlock *block, in draw_block()
568 int x, int y, int width, int height) in draw_block()
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/gui/character_pad/
H A Dcharacter_palette.cc160 const UnicodeBlock &block = kUnicodeBlockTable[i]; in CharacterPalette() local
251 const int width = static_cast<int>(rect.width() * 2.2); in updateTableSize() local
254 const int width = static_cast<int>(rect.width() * 1.6); in updateTableSize() local
332 const char32 offset = range.first / kHexBase; in showUnicodeTableByRange() local
349 const CP932JumpTo *block = NULL; in showSJISBlockTable() local
414 const int offset = from_start / kHexBase; in showLocalTable() local
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/gui/character_pad/
H A Dcharacter_palette.cc160 const UnicodeBlock &block = kUnicodeBlockTable[i]; in CharacterPalette() local
251 const int width = static_cast<int>(rect.width() * 2.2); in updateTableSize() local
254 const int width = static_cast<int>(rect.width() * 1.6); in updateTableSize() local
332 const char32 offset = range.first / kHexBase; in showUnicodeTableByRange() local
349 const CP932JumpTo *block = NULL; in showSJISBlockTable() local
414 const int offset = from_start / kHexBase; in showLocalTable() local
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/gui/character_pad/
H A Dcharacter_palette.cc160 const UnicodeBlock &block = kUnicodeBlockTable[i]; in CharacterPalette() local
251 const int width = static_cast<int>(rect.width() * 2.2); in updateTableSize() local
254 const int width = static_cast<int>(rect.width() * 1.6); in updateTableSize() local
332 const char32 offset = range.first / kHexBase; in showUnicodeTableByRange() local
349 const CP932JumpTo *block = NULL; in showSJISBlockTable() local
414 const int offset = from_start / kHexBase; in showLocalTable() local
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/gui/character_pad/
H A Dcharacter_palette.cc160 const UnicodeBlock &block = kUnicodeBlockTable[i]; in CharacterPalette() local
251 const int width = static_cast<int>(rect.width() * 2.2); in updateTableSize() local
254 const int width = static_cast<int>(rect.width() * 1.6); in updateTableSize() local
332 const char32 offset = range.first / kHexBase; in showUnicodeTableByRange() local
349 const CP932JumpTo *block = NULL; in showSJISBlockTable() local
414 const int offset = from_start / kHexBase; in showLocalTable() local
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/gui/character_pad/
H A Dcharacter_palette.cc160 const UnicodeBlock &block = kUnicodeBlockTable[i]; in CharacterPalette() local
251 const int width = static_cast<int>(rect.width() * 2.2); in updateTableSize() local
254 const int width = static_cast<int>(rect.width() * 1.6); in updateTableSize() local
332 const char32 offset = range.first / kHexBase; in showUnicodeTableByRange() local
349 const CP932JumpTo *block = NULL; in showSJISBlockTable() local
414 const int offset = from_start / kHexBase; in showLocalTable() local
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/gui/character_pad/
H A Dcharacter_palette.cc160 const UnicodeBlock &block = kUnicodeBlockTable[i]; in CharacterPalette() local
251 const int width = static_cast<int>(rect.width() * 2.2); in updateTableSize() local
254 const int width = static_cast<int>(rect.width() * 1.6); in updateTableSize() local
332 const char32 offset = range.first / kHexBase; in showUnicodeTableByRange() local
349 const CP932JumpTo *block = NULL; in showSJISBlockTable() local
414 const int offset = from_start / kHexBase; in showLocalTable() local
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface.c292 float offset = 0, remaining_space = region_width - buttons_width; in ui_update_flexible_spacing() local
367 static void ui_block_bounds_calc_text(uiBlock *block, float offset) in ui_block_bounds_calc_text()
389 int width = 0; in ui_block_bounds_calc_text() local
4644 short width, in uiDefBut()
4662 uiBlock *block, void *imbuf, int x, int y, short width, short height, const uchar color[4]) in uiDefButImage()
4679 uiBut *uiDefButAlert(uiBlock *block, int icon, int x, int y, short width, short height) in uiDefButAlert()
4853 short width, in uiDefButF()
4915 short width, in uiDefButI()
4977 short width, in uiDefButS()
5039 short width, in uiDefButC()
[all …]
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/widget/
H A Dtasklist.py348 def drawtext(self, text, textcolor, width): argument
360 def drawbox(self, offset, text, bordercolor, textcolor, argument
361 width=None, rounded=False, block=False, icon=None): argument
451 def draw_icon(self, surface, offset): argument
/dports/games/scummvm/scummvm-2.5.1/video/
H A Dmve_decoder.cpp104 void MveDecoder::copyBlock_8bit(Graphics::Surface &dst, Common::MemoryReadStream &s, int block) { in copyBlock_8bit()
116 void MveDecoder::copyBlock_16bit(Graphics::Surface &dst, Common::MemoryReadStream &s, int block) { in copyBlock_16bit()
130 void MveDecoder::copyBlock(Graphics::Surface &dst, Graphics::Surface &src, int block, int offset) { in copyBlock()
187 int offset = int(op & 0x7fff) - 0x4000; in decodeFormat6() local
232 int offset = int(op & 0x7fff) - 0x4000; in decodeFormat10() local
337 uint16 width = _s->readUint16LE(); in readNextPacket() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/widgets/
H A Dqplaintextedit.cpp95 qreal width; member in QPlainTextDocumentLayoutPrivate
232 void QPlainTextDocumentLayout::setCursorWidth(int width) in setCursorWidth()
483 qreal offset = 0; in verticalOffset() local
526 QPointF offset; in hitTest() local
575 QPointF offset; in blockBoundingRect() local
1504 QPointF offset = g->offset(); in event() local
1803 int width = viewport->width(); in relayoutDocument() local
1839 QPointF offset(contentOffset()); in paintEvent() local
2136 const QPoint offset(-d->horizontalOffset(), -0); in inputMethodQuery() local
2302 void QPlainTextEdit::setTabStopWidth(int width) in setTabStopWidth()
[all …]
/dports/x11-wm/sway/sway-1.5.1/swaybar/
H A Drender.c97 double x, double y, double width, double height) { in render_sharp_rectangle()
107 double x, double y, double width, double height) { in render_sharp_line()
135 struct i3bar_block *block = data; in block_hotspot_callback() local
150 struct swaybar_output *output, struct i3bar_block *block, double *x, in render_status_block()
170 int width = text_width; in render_status_block() local
262 double offset = 0; in render_status_block() local
309 struct swaybar_output *output, struct i3bar_block *block, double *x, in predict_status_block_pos()
324 int width = text_width; in predict_status_block_pos() local
376 struct i3bar_block *block; in predict_status_line_pos() local
410 uint32_t width = 0; in predict_workspace_buttons_length() local
[all …]

12345678910>>...61