Home
last modified time | relevance | path

Searched refs:PutImage (Results 1 – 25 of 834) sorted by relevance

12345678910>>...34

/dports/games/xsoldier/xsoldier-1.8/
H A Dgraphic.c351 PutImage(Font1Image[1], x, y); in draw_char()
354 PutImage(Font1Image[2], x, y); in draw_char()
357 PutImage(Font1Image[3], x, y); in draw_char()
360 PutImage(Font1Image[4], x, y); in draw_char()
363 PutImage(Font1Image[5], x, y); in draw_char()
366 PutImage(Font1Image[6], x, y); in draw_char()
369 PutImage(Font1Image[7], x, y); in draw_char()
372 PutImage(Font1Image[8], x, y); in draw_char()
375 PutImage(Font1Image[9], x, y); in draw_char()
396 PutImage(Font2Image[0], x, y); in draw_char()
[all …]
/dports/graphics/drawpile/Drawpile-2.1.20/src/libshared/net/
H A Dimage.cpp27 PutImage *PutImage::deserialize(uint8_t ctx, const uchar *data, uint len) in deserialize()
32 return new PutImage( in deserialize()
44 int PutImage::payloadLength() const in payloadLength()
49 int PutImage::serializePayload(uchar *data) const in serializePayload()
63 bool PutImage::payloadEquals(const Message &m) const in payloadEquals()
65 const PutImage &p = static_cast<const PutImage&>(m); in payloadEquals()
90 Kwargs PutImage::kwargs() const in kwargs()
104 PutImage *PutImage::fromText(uint8_t ctx, const Kwargs &kwargs) in fromText()
110 return new PutImage( in fromText()
/dports/devel/upp/upp/uppsrc/Draw/
H A DSDrawPut.cpp5 void SDraw::PutImage(Point p, const Image& img, const Rect& src, Color color) in PutImage() function in Upp::SDraw
7 PutImage(p, (paintonly ? CachedSetColorKeepAlphaPaintOnly : CachedSetColorKeepAlpha) in PutImage()
21 PutImage(p, img, r); in SysDrawImageOp()
23 PutImage(p, img, r, color); in SysDrawImageOp()
H A DSDraw.h43 virtual void PutImage(Point p, const Image& img, const Rect& src) = 0;
44 virtual void PutImage(Point p, const Image& img, const Rect& src, Color color);
64 virtual void PutImage(Point p, const Image& m, const Rect& src);
/dports/multimedia/mencoder/mplayer-export-2021-12-29/gui/ui/
H A Drender.c408 static void PutImage(int x, int y, uint32_t *drawbuf, int drawbuf_width, guiImage *img, int parts, … in PutImage() function
490 PutImage(item->x, item->y, db, dw, &item->Bitmap, 3, index, True); in RenderAll()
495PutImage(item->x, item->y, db, dw, &item->Bitmap, item->numphases, (item->numphases - 1) * item->v… in RenderAll()
500PutImage(item->x, item->y, db, dw, &item->Bitmap, item->numphases, (item->numphases - 1) * item->v… in RenderAll()
501PutImage(item->x + (item->width - item->pbwidth) * item->value / 100.0, item->y, db, dw, &item->Ma… in RenderAll()
506PutImage(item->x, item->y, db, dw, &item->Bitmap, item->numphases, (item->numphases - 1) * item->v… in RenderAll()
507PutImage(item->x, item->y + (item->height - item->pbheight) * (1.0 - item->value / 100.0), db, dw,… in RenderAll()
512PutImage(item->x, item->y, db, dw, &item->Bitmap, item->numphases, (item->numphases - 1) * item->v… in RenderAll()
528 PutImage(item->x + x, item->y + y, db, dw, &item->Mask, 3, index, True); in RenderAll()
541 PutImage(item->x, item->y, db, dw, image, 1, 0, True); in RenderAll()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/gui/ui/
H A Drender.c408 static void PutImage(int x, int y, uint32_t *drawbuf, int drawbuf_width, guiImage *img, int parts, … in PutImage() function
490 PutImage(item->x, item->y, db, dw, &item->Bitmap, 3, index, True); in RenderAll()
495PutImage(item->x, item->y, db, dw, &item->Bitmap, item->numphases, (item->numphases - 1) * item->v… in RenderAll()
500PutImage(item->x, item->y, db, dw, &item->Bitmap, item->numphases, (item->numphases - 1) * item->v… in RenderAll()
501PutImage(item->x + (item->width - item->pbwidth) * item->value / 100.0, item->y, db, dw, &item->Ma… in RenderAll()
506PutImage(item->x, item->y, db, dw, &item->Bitmap, item->numphases, (item->numphases - 1) * item->v… in RenderAll()
507PutImage(item->x, item->y + (item->height - item->pbheight) * (1.0 - item->value / 100.0), db, dw,… in RenderAll()
512PutImage(item->x, item->y, db, dw, &item->Bitmap, item->numphases, (item->numphases - 1) * item->v… in RenderAll()
528 PutImage(item->x + x, item->y + y, db, dw, &item->Mask, 3, index, True); in RenderAll()
541 PutImage(item->x, item->y, db, dw, image, 1, 0, True); in RenderAll()
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/packages/ide/
H A Dvesa.pas500 PutImage(LastCursorX*8,LastCursorY*8+7,UnderLineImage,XORPut);
501 PutImage(NewCursorX*8,NewCursorY*8+7,UnderLineImage,XORPut);
505 PutImage(LastCursorX*8,LastCursorY*8,BlockImage,XORPut);
506 PutImage(NewCursorX*8,NewCursorY*8,BlockImage,XORPut);
510 PutImage(LastCursorX*8,LastCursorY*8+4,HalfBlockImage,XORPut);
511 PutImage(NewCursorX*8,NewCursorY*8+4,HalfBlockImage,XORPut);
536 PutImage(LastCursorX*8,LastCursorY*8+7,UnderLineImage,XORPut);
540 PutImage(LastCursorX*8,LastCursorY*8,BlockImage,XORPut);
544 PutImage(LastCursorX*8,LastCursorY*8+4,HalfBlockImage,XORPut);
552 PutImage(LastCursorX*8,LastCursorY*8+7,UnderLineImage,XORPut);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/ide/
H A Dvesa.pas500 PutImage(LastCursorX*8,LastCursorY*8+7,UnderLineImage,XORPut);
501 PutImage(NewCursorX*8,NewCursorY*8+7,UnderLineImage,XORPut);
505 PutImage(LastCursorX*8,LastCursorY*8,BlockImage,XORPut);
506 PutImage(NewCursorX*8,NewCursorY*8,BlockImage,XORPut);
510 PutImage(LastCursorX*8,LastCursorY*8+4,HalfBlockImage,XORPut);
511 PutImage(NewCursorX*8,NewCursorY*8+4,HalfBlockImage,XORPut);
536 PutImage(LastCursorX*8,LastCursorY*8+7,UnderLineImage,XORPut);
540 PutImage(LastCursorX*8,LastCursorY*8,BlockImage,XORPut);
544 PutImage(LastCursorX*8,LastCursorY*8+4,HalfBlockImage,XORPut);
552 PutImage(LastCursorX*8,LastCursorY*8+7,UnderLineImage,XORPut);
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/
H A Dufilterconnector.pas47 …procedure PutImage(AFilteredLayer: TBGRABitmap; AMayBeColored: boolean; AOwner: boolean; ADrawMode… procedure
48 …procedure PutImage(AFilteredLayer: TBGRABitmap; AModifiedRect: TRect; AMayBeColored: boolean; AOwn… procedure
210 procedure TFilterConnector.PutImage(AFilteredLayer: TBGRABitmap; AMayBeColored: boolean; AOwner: bo… procedure
212 PutImage(AFilteredLayer,FWorkArea,AMayBeColored,AOwner,ADrawMode);
215 procedure TFilterConnector.PutImage(AFilteredLayer: TBGRABitmap; procedure
257 ActiveLayer.PutImage(0,0,BackupLayer,dmSet);
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/test/test_extra/shadow/
H A Dumain.pas55 Result.PutImage(Blur, Blur, Source, dmDrawWithTransparency);
64 Bitmap.PutImage(blurSize + offSet.x, blurSize + offset.y, logoShadow,
66 Bitmap.PutImage(blurSize * 2, blurSize * 2, logo, dmDrawWithTransparency);
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/bgralape/
H A Dtests.pas292 PutImage(random(BitmapWidth),random(BitmapHeight), sprite, i*255 div 50);
302 PutImage(random(BitmapWidth),random(BitmapHeight), sprite, i*255 div 50);
314 PutImage(random(BitmapWidth),random(BitmapHeight), sprite, i*255 div 50);
315 PutImage(random(BitmapWidth),random(BitmapHeight), sprite2, i*255 div 50);
341 PutImage(x,0,sprite);
345 PutImage(x,ty,sprite);
349 PutImage(x,2*ty,sprite);
355 PutImage(x,0,sprite2);
359 PutImage(x,ty,sprite2);
363 PutImage(x,2*ty,sprite2);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/bgralape/
H A Dtests.pas292 PutImage(random(BitmapWidth),random(BitmapHeight), sprite, i*255 div 50);
302 PutImage(random(BitmapWidth),random(BitmapHeight), sprite, i*255 div 50);
314 PutImage(random(BitmapWidth),random(BitmapHeight), sprite, i*255 div 50);
315 PutImage(random(BitmapWidth),random(BitmapHeight), sprite2, i*255 div 50);
341 PutImage(x,0,sprite);
345 PutImage(x,ty,sprite);
349 PutImage(x,2*ty,sprite);
355 PutImage(x,0,sprite2);
359 PutImage(x,ty,sprite2);
363 PutImage(x,2*ty,sprite2);
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/test4lcl_opengl/opengltest3/
H A Dunit1.pas112 BGLCanvas.PutImage(rectMask.Left, rectMask.Top, Mask);
128 BGLCanvas.PutImage(rectMask.Left, rectMask.Top, Mask);
138 BGLCanvas.PutImage(rectMask.Left, rectMask.Top, Mask, (255-TrackBar1.Position) div 4);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/test4lcl_opengl/opengltest3/
H A Dunit1.pas112 BGLCanvas.PutImage(rectMask.Left, rectMask.Top, Mask);
128 BGLCanvas.PutImage(rectMask.Left, rectMask.Top, Mask);
138 BGLCanvas.PutImage(rectMask.Left, rectMask.Top, Mask, (255-TrackBar1.Position) div 4);
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/testbgrafunc/
H A Dutest5.pas51 virtualscreen.PutImage(0,0,backgroundImg,dmSet);
56 virtualscreen.PutImage(pacLoc[i].x,pacLoc[i].y,pacImg[numPacImg],dmDrawWithTransparency);
H A Dutest6.pas42 virtualScreen.PutImage(x-width div 2,y-height div 2,temp,dmDrawWithTransparency);
72 virtualscreen.PutImage(0,0,backgroundImg,dmSet);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/testbgrafunc/
H A Dutest5.pas51 virtualscreen.PutImage(0,0,backgroundImg,dmSet);
56 virtualscreen.PutImage(pacLoc[i].x,pacLoc[i].y,pacImg[numPacImg],dmDrawWithTransparency);
H A Dutest6.pas42 virtualScreen.PutImage(x-width div 2,y-height div 2,temp,dmDrawWithTransparency);
72 virtualscreen.PutImage(0,0,backgroundImg,dmSet);
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbceffect.pas59 procedure PutImage(ADestination: TBGRACustomBitmap; AX,AY: integer; ASource: TBGRACustomBitmap); procedure
213 procedure TFading.PutImage(ADestination: TBGRACustomBitmap; AX, AY: integer; procedure
216 ADestination.PutImage(AX,AY,ASource,dmDrawWithTransparency,Alpha);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_image_generator_value.h59 void PutImage(const FloatSize&, scoped_refptr<Image>);
119 void PutImage(const FloatSize&, scoped_refptr<Image>) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_image_generator_value.h59 void PutImage(const FloatSize&, scoped_refptr<Image>);
119 void PutImage(const FloatSize&, scoped_refptr<Image>) const;
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/test/test_mddrawings/
H A Dumain.pas47 Bitmap.PutImage(0, 0, temp, dmDrawWithTransparency);
63 Bitmap.PutImage(0, 0, temp, dmDrawWithTransparency);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/tutorials/background/
H A Dmain.pas74 ADrawer.PutImage(ARect.Left, ARect.Top, img);
106 ADrawer.PutImage(ARect.Left, ARect.Top, img);
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/test/test_extra/material_design_animation/
H A Dumain.pas69 Bitmap.PutImage(0, 0, temp, dmDrawWithTransparency);
84 Bitmap.PutImage(0, 0, temp, dmDrawWithTransparency);
/dports/devel/upp/upp/uppsrc/GLDraw/
H A DGLDraw.h104 virtual void PutImage(Point p, const Image& img, const Rect& src);
106 virtual void PutImage(Point p, const Image& img, const Rect& src, Color color);

12345678910>>...34