Home
last modified time | relevance | path

Searched refs:pRGB (Results 1 – 25 of 265) sorted by relevance

1234567891011

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_grid_image/
H A Dgrid_import.cpp201 for(int y=0; y<pRGB->Get_NY() && Set_Progress(y, pRGB->Get_NY()); y++) in On_Execute()
203 int yy = bTransform ? y : pRGB->Get_NY() - 1 - y; in On_Execute()
205 for(int x=0; x<pRGB->Get_NX(); x++) in On_Execute()
216 SET_METADATA(pRGB, "", "OUT_GRID"); in On_Execute()
218 DataObject_Set_Colors(pRGB, Colors); in On_Execute()
229 for(int y=0; y<pRGB->Get_NY() && Set_Progress(y, pRGB->Get_NY()); y++) in On_Execute()
231 int yy = bTransform ? y : pRGB->Get_NY() - 1 - y; in On_Execute()
233 for(int x=0; x<pRGB->Get_NX(); x++) in On_Execute()
247 SET_METADATA(pRGB, "", "OUT_GRID"); in On_Execute()
257 for(int y=0; y<pRGB->Get_NY() && Set_Progress(y, pRGB->Get_NY()); y++) in On_Execute()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/gdi/
H A Dsalbmp.cxx237 if(pRGB && ScanlineFormat::N24BitTcBgr != RemoveScanline(pRGB->mnFormat)) in ImplCreateGdiPlusBitmap()
240 … SalTwoRect aSalTwoRect(0, 0, pRGB->mnWidth, pRGB->mnHeight, 0, 0, pRGB->mnWidth, pRGB->mnHeight); in ImplCreateGdiPlusBitmap()
242 *pRGB, in ImplCreateGdiPlusBitmap()
250 if(pRGB in ImplCreateGdiPlusBitmap()
251 && pRGB->mnWidth > 0 in ImplCreateGdiPlusBitmap()
252 && pRGB->mnHeight > 0 in ImplCreateGdiPlusBitmap()
319 if(pRGB && ScanlineFormat::N24BitTcBgr != RemoveScanline(pRGB->mnFormat)) in ImplCreateGdiPlusBitmap()
322 … SalTwoRect aSalTwoRect(0, 0, pRGB->mnWidth, pRGB->mnHeight, 0, 0, pRGB->mnWidth, pRGB->mnHeight); in ImplCreateGdiPlusBitmap()
324 *pRGB, in ImplCreateGdiPlusBitmap()
362 if(pRGB in ImplCreateGdiPlusBitmap()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/gdi/
H A Dsalbmp.cxx249 if(pRGB && ScanlineFormat::N24BitTcBgr != RemoveScanline(pRGB->mnFormat)) in ImplCreateGdiPlusBitmap()
252 … SalTwoRect aSalTwoRect(0, 0, pRGB->mnWidth, pRGB->mnHeight, 0, 0, pRGB->mnWidth, pRGB->mnHeight); in ImplCreateGdiPlusBitmap()
254 *pRGB, in ImplCreateGdiPlusBitmap()
262 if(pRGB in ImplCreateGdiPlusBitmap()
263 && pRGB->mnWidth > 0 in ImplCreateGdiPlusBitmap()
264 && pRGB->mnHeight > 0 in ImplCreateGdiPlusBitmap()
337 if(pRGB && ScanlineFormat::N24BitTcBgr != RemoveScanline(pRGB->mnFormat)) in ImplCreateGdiPlusBitmap()
340 … SalTwoRect aSalTwoRect(0, 0, pRGB->mnWidth, pRGB->mnHeight, 0, 0, pRGB->mnWidth, pRGB->mnHeight); in ImplCreateGdiPlusBitmap()
342 *pRGB, in ImplCreateGdiPlusBitmap()
380 if(pRGB in ImplCreateGdiPlusBitmap()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/icb/gfx/
H A Dgfxstub_rev.cpp55 extern char *pRGB;
274 pRGB[index + 0] = b0; in DrawLineF2()
275 pRGB[index + 1] = g0; in DrawLineF2()
276 pRGB[index + 2] = r0; in DrawLineF2()
315 pRGB[index + 0] = b0; in DrawLineF2()
316 pRGB[index + 1] = g0; in DrawLineF2()
317 pRGB[index + 2] = r0; in DrawLineF2()
365 pRGB[index + 0] = b0; in DrawLineF2()
366 pRGB[index + 1] = g0; in DrawLineF2()
367 pRGB[index + 2] = r0; in DrawLineF2()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_visualisation/
H A DGrid_RGB_Composite.cpp149 CSG_Grid *pRGB = Parameters("RGB")->asGrid(); in On_Execute() local
151 pRGB->Create(pRGB->Get_System(), SG_DATATYPE_Int); in On_Execute()
152 pRGB->Set_Name(_TL("Composite")); in On_Execute()
170 pRGB->Set_NoData(x, y); in On_Execute()
190 pRGB->Set_Value(x, y, *((int *)c)); in On_Execute()
196 DataObject_Set_Parameter(pRGB, "COLORS_TYPE", 5); // Color Classification Type: RGB Coded Values in On_Execute()
311 CSG_Grid *pRGB = Parameters("RGB")->asGrid(); in On_Execute() local
313 if( SG_Data_Type_Get_Size(pRGB->Get_Type()) < 4 ) in On_Execute()
330 if( bNoData || !pRGB->is_NoData(x, y) ) in On_Execute()
332 int RGB = pRGB->asInt(x, y); in On_Execute()
H A DGrid_Color_Triangle.cpp128 CSG_Grid *pA, *pB, *pC, *pRGB; in On_Execute() local
151 pRGB = Parameters("GRID")->asGrid(); in On_Execute()
152 pRGB->Create(pRGB->Get_System(), SG_DATATYPE_Int); in On_Execute()
153 DataObject_Set_Colors(pRGB, 11, SG_COLORS_BLACK_WHITE); in On_Execute()
157 if( DataObject_Get_Parameters(pRGB, Parms) && Parms("COLORS_TYPE") ) in On_Execute()
161 DataObject_Set_Parameters(pRGB, Parms); in On_Execute()
171 pRGB->Set_NoData(x, y); in On_Execute()
183 pRGB->Set_Value(x, y, SG_GET_RGB(Color[0], Color[1], Color[2])); in On_Execute()
/dports/editors/abiword/abiword-3.0.5/src/af/util/win/
H A Dut_Xpm2Bmp.cpp85 RGBQUAD * pRGB = (RGBQUAD *)(pInfo + sizeof(BITMAPINFOHEADER)); in UT_Xpm2Bmp() local
138 pRGB[k].rgbRed = pBackgroundColor->m_red; in UT_Xpm2Bmp()
139 pRGB[k].rgbGreen = pBackgroundColor->m_grn; in UT_Xpm2Bmp()
140 pRGB[k].rgbBlue = pBackgroundColor->m_blu; in UT_Xpm2Bmp()
141 pRGB[k].rgbReserved = 0; in UT_Xpm2Bmp()
149 pRGB[k].rgbRed = color.m_red; in UT_Xpm2Bmp()
150 pRGB[k].rgbGreen = color.m_grn; in UT_Xpm2Bmp()
151 pRGB[k].rgbBlue = color.m_blu; in UT_Xpm2Bmp()
152 pRGB[k].rgbReserved = 0; in UT_Xpm2Bmp()
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Du12-shading.c207 wR = pRGB->Red; in u12shadingAdjustShadingWaveform()
208 pRGB->Red = tmp; in u12shadingAdjustShadingWaveform()
212 wG = pRGB->Green; in u12shadingAdjustShadingWaveform()
213 pRGB->Green = tmp; in u12shadingAdjustShadingWaveform()
217 wB = pRGB->Blue; in u12shadingAdjustShadingWaveform()
218 pRGB->Blue = tmp; in u12shadingAdjustShadingWaveform()
230 wR = pRGB->Red; in u12shadingAdjustShadingWaveform()
231 pRGB->Red = tmp; in u12shadingAdjustShadingWaveform()
235 wG = pRGB->Green; in u12shadingAdjustShadingWaveform()
240 wB = pRGB->Blue; in u12shadingAdjustShadingWaveform()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/pointcloud/pointcloud_viewer/
H A Dpoints_view_control.cpp654 BYTE r, g, b, *pRGB; in _Draw_Background() local
671 for(i=0, pRGB=m_Image.GetData(); i<n; i++) in _Draw_Background()
673 *pRGB = r; pRGB++; in _Draw_Background()
674 *pRGB = g; pRGB++; in _Draw_Background()
675 *pRGB = b; pRGB++; in _Draw_Background()
758 BYTE *pRGB = m_Image.GetData() + 3 * (y * m_Image.GetWidth() + x); in _Draw_Pixel() local
763 *pRGB = SG_GET_R(color); pRGB++; in _Draw_Pixel()
764 *pRGB = SG_GET_G(color); pRGB++; in _Draw_Pixel()
765 *pRGB = SG_GET_B(color); in _Draw_Pixel()
769 *pRGB = ((SG_GET_R(color) + SG_GET_G(color) + SG_GET_B(color)) / 3); in _Draw_Pixel()
[all …]
H A Dpoints_view_extent.cpp411 BYTE *pRGB = m_Image.GetData() + 3 * ((m_Image.GetHeight() - y - 1) * m_Image.GetWidth() + x); in _Draw_Pixel() local
412 *pRGB = SG_GET_R(color); pRGB++; in _Draw_Pixel()
413 *pRGB = SG_GET_G(color); pRGB++; in _Draw_Pixel()
414 *pRGB = SG_GET_B(color); in _Draw_Pixel()
/dports/graphics/grx/grx249/src/gformats/
H A Dpnm2ctx.c232 unsigned char *pRGB=NULL, *pCursor; in _GrLoadContextFromPpm() local
243 pRGB = NULL; in _GrLoadContextFromPpm()
246 pRGB = malloc( width * 3 * sizeof(char) ); in _GrLoadContextFromPpm()
247 if(pRGB == NULL) { res = -1; goto salida; } in _GrLoadContextFromPpm()
250 if( inputread( pRGB,3,width,is ) != width ) { res = -1; goto salida; } in _GrLoadContextFromPpm()
251 pCursor = pRGB; in _GrLoadContextFromPpm()
266 if( pRGB != NULL ) free( pRGB ); in _GrLoadContextFromPpm()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DTransformHelper.c670 jint *pRes = pRGB; in BilinearInterp()
682 pRGB += 4; in BilinearInterp()
790 rgb = pRGB[index]; \
839 jint *pRes = pRGB; in BicubicInterp()
870 pRGB += 16; in BicubicInterp()
883 jint *pRGB = pRGBbase; in BilinearInterpStub() local
885 *pRGBbase = *pRGB; in BilinearInterpStub()
887 pRGB += 4; in BilinearInterpStub()
896 jint *pRGB = pRGBbase+5; in BicubicInterpStub() local
898 *pRGBbase = *pRGB; in BicubicInterpStub()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DTransformHelper.c670 jint *pRes = pRGB; in BilinearInterp()
682 pRGB += 4; in BilinearInterp()
790 rgb = pRGB[index]; \
839 jint *pRes = pRGB; in BicubicInterp()
870 pRGB += 16; in BicubicInterp()
883 jint *pRGB = pRGBbase; in BilinearInterpStub() local
885 *pRGBbase = *pRGB; in BilinearInterpStub()
887 pRGB += 4; in BilinearInterpStub()
896 jint *pRGB = pRGBbase+5; in BicubicInterpStub() local
898 *pRGBbase = *pRGB; in BicubicInterpStub()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DTransformHelper.c670 jint *pRes = pRGB; in BilinearInterp()
682 pRGB += 4; in BilinearInterp()
790 rgb = pRGB[index]; \
839 jint *pRes = pRGB; in BicubicInterp()
870 pRGB += 16; in BicubicInterp()
883 jint *pRGB = pRGBbase; in BilinearInterpStub() local
885 *pRGBbase = *pRGB; in BilinearInterpStub()
887 pRGB += 4; in BilinearInterpStub()
896 jint *pRGB = pRGBbase+5; in BicubicInterpStub() local
898 *pRGBbase = *pRGB; in BicubicInterpStub()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/loops/
H A DTransformHelper.c670 jint *pRes = pRGB; in BilinearInterp()
682 pRGB += 4; in BilinearInterp()
790 rgb = pRGB[index]; \
839 jint *pRes = pRGB; in BicubicInterp()
870 pRGB += 16; in BicubicInterp()
883 jint *pRGB = pRGBbase; in BilinearInterpStub() local
885 *pRGBbase = *pRGB; in BilinearInterpStub()
887 pRGB += 4; in BilinearInterpStub()
896 jint *pRGB = pRGBbase+5; in BicubicInterpStub() local
898 *pRGBbase = *pRGB; in BicubicInterpStub()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libawt/java2d/loops/
H A DTransformHelper.c670 jint *pRes = pRGB; in BilinearInterp()
682 pRGB += 4; in BilinearInterp()
790 rgb = pRGB[index]; \
839 jint *pRes = pRGB; in BicubicInterp()
870 pRGB += 16; in BicubicInterp()
883 jint *pRGB = pRGBbase; in BilinearInterpStub() local
885 *pRGBbase = *pRGB; in BilinearInterpStub()
887 pRGB += 4; in BilinearInterpStub()
896 jint *pRGB = pRGBbase+5; in BicubicInterpStub() local
898 *pRGBbase = *pRGB; in BicubicInterpStub()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DTransformHelper.c670 jint *pRes = pRGB; in BilinearInterp()
682 pRGB += 4; in BilinearInterp()
785 rgb = pRGB[index]; \
834 jint *pRes = pRGB; in BicubicInterp()
865 pRGB += 16; in BicubicInterp()
878 jint *pRGB = pRGBbase; in BilinearInterpStub() local
880 *pRGBbase = *pRGB; in BilinearInterpStub()
882 pRGB += 4; in BilinearInterpStub()
891 jint *pRGB = pRGBbase+5; in BicubicInterpStub() local
893 *pRGBbase = *pRGB; in BicubicInterpStub()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DTransformHelper.c670 jint *pRes = pRGB; in BilinearInterp()
682 pRGB += 4; in BilinearInterp()
785 rgb = pRGB[index]; \
834 jint *pRes = pRGB; in BicubicInterp()
865 pRGB += 16; in BicubicInterp()
878 jint *pRGB = pRGBbase; in BilinearInterpStub() local
880 *pRGBbase = *pRGB; in BilinearInterpStub()
882 pRGB += 4; in BilinearInterpStub()
891 jint *pRGB = pRGBbase+5; in BicubicInterpStub() local
893 *pRGBbase = *pRGB; in BicubicInterpStub()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DTransformHelper.c670 jint *pRes = pRGB; in BilinearInterp()
682 pRGB += 4; in BilinearInterp()
785 rgb = pRGB[index]; \
834 jint *pRes = pRGB; in BicubicInterp()
865 pRGB += 16; in BicubicInterp()
878 jint *pRGB = pRGBbase; in BilinearInterpStub() local
880 *pRGBbase = *pRGB; in BilinearInterpStub()
882 pRGB += 4; in BilinearInterpStub()
891 jint *pRGB = pRGBbase+5; in BicubicInterpStub() local
893 *pRGBbase = *pRGB; in BicubicInterpStub()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DTransformHelper.c670 jint *pRes = pRGB; in BilinearInterp()
682 pRGB += 4; in BilinearInterp()
790 rgb = pRGB[index]; \
839 jint *pRes = pRGB; in BicubicInterp()
870 pRGB += 16; in BicubicInterp()
883 jint *pRGB = pRGBbase; in BilinearInterpStub() local
885 *pRGBbase = *pRGB; in BilinearInterpStub()
887 pRGB += 4; in BilinearInterpStub()
896 jint *pRGB = pRGBbase+5; in BicubicInterpStub() local
898 *pRGBbase = *pRGB; in BicubicInterpStub()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/loops/
H A DTransformHelper.c670 jint *pRes = pRGB; in BilinearInterp()
682 pRGB += 4; in BilinearInterp()
790 rgb = pRGB[index]; \
839 jint *pRes = pRGB; in BicubicInterp()
870 pRGB += 16; in BicubicInterp()
883 jint *pRGB = pRGBbase; in BilinearInterpStub() local
885 *pRGBbase = *pRGB; in BilinearInterpStub()
887 pRGB += 4; in BilinearInterpStub()
896 jint *pRGB = pRGBbase+5; in BicubicInterpStub() local
898 *pRGBbase = *pRGB; in BicubicInterpStub()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/libawt/java2d/loops/
H A Dvis_Interp.c72 vis_BilinearBlend(jint *pRGB, jint numpix, in vis_BilinearBlend() argument
76 mlib_d64 *p_src = (void*)pRGB; in vis_BilinearBlend()
77 mlib_f32 *p_dst = (void*)pRGB; in vis_BilinearBlend()
186 vis_BicubicBlend(jint *pRGB, jint numpix, in vis_BicubicBlend() argument
190 mlib_d64 *p_src = (void*)pRGB; in vis_BicubicBlend()
281 *pRGB++ = ((a << 24) | (r << 16) | (g << 8) | (b)); in vis_BicubicBlend()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/native/libawt/java2d/loops/
H A Dvis_Interp.c72 vis_BilinearBlend(jint *pRGB, jint numpix, in vis_BilinearBlend() argument
76 mlib_d64 *p_src = (void*)pRGB; in vis_BilinearBlend()
77 mlib_f32 *p_dst = (void*)pRGB; in vis_BilinearBlend()
186 vis_BicubicBlend(jint *pRGB, jint numpix, in vis_BicubicBlend() argument
190 mlib_d64 *p_src = (void*)pRGB; in vis_BicubicBlend()
281 *pRGB++ = ((a << 24) | (r << 16) | (g << 8) | (b)); in vis_BicubicBlend()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/libawt/java2d/loops/
H A Dvis_Interp.c72 vis_BilinearBlend(jint *pRGB, jint numpix, in vis_BilinearBlend() argument
76 mlib_d64 *p_src = (void*)pRGB; in vis_BilinearBlend()
77 mlib_f32 *p_dst = (void*)pRGB; in vis_BilinearBlend()
186 vis_BicubicBlend(jint *pRGB, jint numpix, in vis_BicubicBlend() argument
190 mlib_d64 *p_src = (void*)pRGB; in vis_BicubicBlend()
281 *pRGB++ = ((a << 24) | (r << 16) | (g << 8) | (b)); in vis_BicubicBlend()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_Interp.c72 vis_BilinearBlend(jint *pRGB, jint numpix, in vis_BilinearBlend() argument
76 mlib_d64 *p_src = (void*)pRGB; in vis_BilinearBlend()
77 mlib_f32 *p_dst = (void*)pRGB; in vis_BilinearBlend()
186 vis_BicubicBlend(jint *pRGB, jint numpix, in vis_BicubicBlend() argument
190 mlib_d64 *p_src = (void*)pRGB; in vis_BicubicBlend()
281 *pRGB++ = ((a << 24) | (r << 16) | (g << 8) | (b)); in vis_BicubicBlend()

1234567891011