Home
last modified time | relevance | path

Searched refs:sourcerow (Results 1 – 17 of 17) sorted by relevance

/dports/games/crossfire-client/crossfire-client-1.75.1/gtk-v2/src/
H A Dpng.c267 for (y=0,sourcerow=0; y < new_height; y++) { in rescale_rgba_data()
275 if (data[(sourcerow **width + x)*BPP+3] > 0 ) { in rescale_rgba_data()
283 if (data[(sourcerow **width + x)*BPP+3] > yrow[x*BPP+3]) { in rescale_rgba_data()
284 yrow[x*BPP+3] = data[(sourcerow **width + x)*BPP+3]; in rescale_rgba_data()
289 if (sourcerow < *height) { in rescale_rgba_data()
290 sourcerow++; in rescale_rgba_data()
295 if (data[(sourcerow **width + x)*BPP+3] > 0 ) { in rescale_rgba_data()
300 if (data[(sourcerow **width + x)*BPP+3] > xrow[x*BPP+3]) { in rescale_rgba_data()
301 xrow[x*BPP+3] = data[(sourcerow **width + x)*BPP+3]; in rescale_rgba_data()
312 if (sourcerow < *height) { in rescale_rgba_data()
[all …]
/dports/devel/redasm/REDasm-2.1.1/models/gotomodel/
H A Dgotofiltermodel.cpp12 bool GotoFilterModel::filterAcceptsRow(int sourcerow, const QModelIndex &sourceparent) const in filterAcceptsRow() argument
14 …reinterpret_cast<const REDasm::ListingItem*>(this->sourceModel()->index(sourcerow, 0, sourceparent… in filterAcceptsRow()
25 return QSortFilterProxyModel::filterAcceptsRow(sourcerow, sourceparent); in filterAcceptsRow()
H A Dgotofiltermodel.h16 bool filterAcceptsRow(int sourcerow, const QModelIndex &sourceparent) const override;
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DVertexShaderGen.cpp35 texinfo.sourcerow = xfmem.texMtxInfo[i].sourcerow; in GetVertexShaderUid()
254 switch (texinfo.sourcerow) in GenerateVertexShaderCode()
282 ASSERT(texinfo.sourcerow <= XF_SRCTEX7_INROW); in GenerateVertexShaderCode()
283 if (uid_data->components & (VB_HAS_UV0 << (texinfo.sourcerow - XF_SRCTEX0_INROW))) in GenerateVertexShaderCode()
285 texinfo.sourcerow - XF_SRCTEX0_INROW, texinfo.sourcerow - XF_SRCTEX0_INROW); in GenerateVertexShaderCode()
H A DVertexShaderGen.h52 u32 sourcerow : 5; member
H A DXFMemory.h174 BitField<7, 5, u32> sourcerow; // XF_SRCGEOM_X member
H A DUberShaderVertex.cpp349 out.Write(" switch (%s) {\n", BitfieldExtract("texMtxInfo", TexMtxInfo().sourcerow).c_str()); in GenVertexShaderTexGens()
H A DVertexManagerBase.cpp412 tinfo.sourcerow.Value(), tinfo.embosssourceshift.Value(), in Flush()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/Software/
H A DTransformUnit.cpp116 switch (texinfo.sourcerow) in TransformTexCoordRegular()
131 ASSERT(texinfo.sourcerow >= XF_SRCTEX0_INROW && texinfo.sourcerow <= XF_SRCTEX7_INROW); in TransformTexCoordRegular()
132 src.x = srcVertex->texCoords[texinfo.sourcerow - XF_SRCTEX0_INROW][0]; in TransformTexCoordRegular()
133 src.y = srcVertex->texCoords[texinfo.sourcerow - XF_SRCTEX0_INROW][1]; in TransformTexCoordRegular()
434 ASSERT(texinfo.sourcerow == XF_SRCCOLORS_INROW); in TransformTexCoord()
441 ASSERT(texinfo.sourcerow == XF_SRCCOLORS_INROW); in TransformTexCoord()
/dports/math/m4rie/m4rie-release-20200115/src/
H A Dmzd_slice.h350 static inline void mzd_slice_row_add(mzd_slice_t *A, const rci_t sourcerow, const rci_t destrow) { in mzd_slice_row_add() argument
352 mzd_row_add(A->x[i], sourcerow, destrow); in mzd_slice_row_add()
H A Dmzed.h976 static inline void mzed_row_add(mzed_t *M, const rci_t sourcerow, const rci_t destrow) { in mzed_row_add() argument
977 mzd_row_add(M->x, sourcerow, destrow); in mzed_row_add()
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/
H A Dgtkblist.c2254 GtkTreePath *sourcerow = gtk_tree_row_reference_get_path(ref); in pidgin_blist_drag_data_get_cb() local
2257 if(!sourcerow) in pidgin_blist_drag_data_get_cb()
2259 gtk_tree_model_get_iter(GTK_TREE_MODEL(gtkblist->treemodel), &iter, sourcerow); in pidgin_blist_drag_data_get_cb()
2267 gtk_tree_path_free(sourcerow); in pidgin_blist_drag_data_get_cb()
2272 GtkTreePath *sourcerow; in pidgin_blist_drag_data_get_cb() local
2281 sourcerow = gtk_tree_row_reference_get_path(ref); in pidgin_blist_drag_data_get_cb()
2283 if (!sourcerow) in pidgin_blist_drag_data_get_cb()
2287 sourcerow); in pidgin_blist_drag_data_get_cb()
2296 gtk_tree_path_free(sourcerow); in pidgin_blist_drag_data_get_cb()
2308 gtk_tree_path_free(sourcerow); in pidgin_blist_drag_data_get_cb()
[all …]
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/
H A Dgtkblist.c2254 GtkTreePath *sourcerow = gtk_tree_row_reference_get_path(ref); in pidgin_blist_drag_data_get_cb() local
2257 if(!sourcerow) in pidgin_blist_drag_data_get_cb()
2259 gtk_tree_model_get_iter(GTK_TREE_MODEL(gtkblist->treemodel), &iter, sourcerow); in pidgin_blist_drag_data_get_cb()
2267 gtk_tree_path_free(sourcerow); in pidgin_blist_drag_data_get_cb()
2272 GtkTreePath *sourcerow; in pidgin_blist_drag_data_get_cb() local
2281 sourcerow = gtk_tree_row_reference_get_path(ref); in pidgin_blist_drag_data_get_cb()
2283 if (!sourcerow) in pidgin_blist_drag_data_get_cb()
2287 sourcerow); in pidgin_blist_drag_data_get_cb()
2296 gtk_tree_path_free(sourcerow); in pidgin_blist_drag_data_get_cb()
2308 gtk_tree_path_free(sourcerow); in pidgin_blist_drag_data_get_cb()
[all …]
/dports/net-im/finch/pidgin-2.14.8/pidgin/
H A Dgtkblist.c2254 GtkTreePath *sourcerow = gtk_tree_row_reference_get_path(ref); in pidgin_blist_drag_data_get_cb() local
2257 if(!sourcerow) in pidgin_blist_drag_data_get_cb()
2259 gtk_tree_model_get_iter(GTK_TREE_MODEL(gtkblist->treemodel), &iter, sourcerow); in pidgin_blist_drag_data_get_cb()
2267 gtk_tree_path_free(sourcerow); in pidgin_blist_drag_data_get_cb()
2272 GtkTreePath *sourcerow; in pidgin_blist_drag_data_get_cb() local
2281 sourcerow = gtk_tree_row_reference_get_path(ref); in pidgin_blist_drag_data_get_cb()
2283 if (!sourcerow) in pidgin_blist_drag_data_get_cb()
2287 sourcerow); in pidgin_blist_drag_data_get_cb()
2296 gtk_tree_path_free(sourcerow); in pidgin_blist_drag_data_get_cb()
2308 gtk_tree_path_free(sourcerow); in pidgin_blist_drag_data_get_cb()
[all …]
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxrender.cpp519 int sourcerow = itemwidth * numitems; in Create16x16Grid() local
544 source += sourcerow; in Create16x16Grid()
/dports/math/m4ri/m4ri-release-20200125/m4ri/
H A Dmzd.h724 void mzd_row_add(mzd_t *M, rci_t const sourcerow, rci_t const destrow);
H A Dmzd.c284 void mzd_row_add(mzd_t *M, rci_t sourcerow, rci_t destrow) { in mzd_row_add() argument
285 mzd_row_add_offset(M, destrow, sourcerow, 0); in mzd_row_add()