Searched refs:pixels (Results 101 - 125 of 142) sorted by relevance

123456

/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXFont.c193 short size; /* Font size in pixels, constructed from
1237 short pixels;
1242 pixels = (short) TkFontGetPixels(tkwin, size);
1246 TextSize(pixels);
1270 fontPtr->size = pixels;
1224 short pixels; local
H A DtkMacOSXColor.c280 * The variable macColor is updated to the pixels value.
737 unsigned long* pixels, /* Array of pixels. */
738 int npixels, /* Number of pixels. */
726 XFreeColors( Display* display, Colormap colormap, unsigned long* pixels, int npixels, unsigned long planes) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsContext3D.cpp235 const void* pixels,
246 if (!pixels)
255 if (!packPixels(reinterpret_cast<const uint8_t*>(pixels), sourceFormat, width, height, sourceUnpackAlignment, format, type, alphaOp, data.data(), flipY))
290 const void* pixels,
305 if (!packPixels(static_cast<const uint8_t*>(pixels), sourceDataFormat, width, height, unpackAlignment, format, type, (premultiplyAlpha ? AlphaDoPremultiply : AlphaDoNothing), data.data(), flipY))
233 packImageData( Image* image, const void* pixels, GC3Denum format, GC3Denum type, bool flipY, AlphaOp alphaOp, DataFormat sourceFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, Vector<uint8_t>& data) argument
286 extractTextureData(unsigned int width, unsigned int height, GC3Denum format, GC3Denum type, unsigned int unpackAlignment, bool flipY, bool premultiplyAlpha, const void* pixels, Vector<uint8_t>& data) argument
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dhierarchy.itk589 /* pixels */
767 -width [winfo pixels $shell $itk_option(-width)]
800 -height [winfo pixels $shell $itk_option(-height)]
H A Dselectionbox.itk464 set margin [winfo pixels $itk_component(hull) $itk_option(-margin)]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DFrameLoaderClientBlackBerry.cpp1250 unsigned char* pixels = reinterpret_cast<unsigned char*>(data.data()); local
1252 unsigned char* bgra = pixels + i * bitmap->width() * 4;
1258 if (!compressRGBABigEndianToPNG(pixels, bitmap->size(), pngData))
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXColor.c723 unsigned long* pixels, /* Array of pixels. */
724 int npixels, /* Number of pixels. */
710 XFreeColors( Display* display, Colormap colormap, unsigned long* pixels, int npixels, unsigned long planes) argument
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A DReadKey.pm134 height of the terminal in character, the width in pixels, and the height in
135 pixels. (The pixel size will only be valid in some environments.)
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPopupMenuWin.cpp614 void* pixels = 0; local
615 m_bmp = ::CreateDIBSection(m_DC, &bitmapInfo, DIB_RGB_COLORS, &pixels, 0, 0);
626 // listRect is the damageRect translated into the coordinates of the entire menu list (which is itemCount * m_itemHeight pixels tall)
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.cpp442 // Local variable that will hold the returned pixels. No need to cleanup this value. It
444 void* pixels; local
446 m_bitmap = adoptPtr(::CreateDIBSection(0, &bitmapInfo, DIB_RGB_COLORS, &pixels, 0, 0));
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkTextDisp.c38 * of vertical pixels shown on display versus the number available to be
135 int lMargin1; /* Left margin, in pixels, for first display
137 int lMargin2; /* Left margin, in pixels, for second and
139 int offset; /* Offset in pixels of baseline, relative to
143 int rMargin; /* Right margin, in pixels. */
228 int height; /* Height of line, in pixels. */
230 * pixels. */
237 int length; /* Total length of line, in pixels. */
328 * number of pixels off-screen to the left for
331 * number of pixels of
5735 int pixels, count; local
[all...]
H A DtkTest.c977 int pixels;
1025 -1, Tk_Offset(InternalRecord, pixels),
1066 recordPtr->pixels = 0;
969 int pixels; member in struct:InternalRecord
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcp.c393 " -w # set output tile width (pixels)",
394 " -l # set output tile length (pixels)",
811 typedef void biasFn (void *image, void *bias, uint32 pixels);
814 static void subtract##bits (void *i, void *b, uint32 pixels)\
818 while (pixels--) {\
895 "No support for biasing %d bit pixels\n",
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/sgi/
H A Dsgi.c17 * 24-bit pixels: True-color (RGB, each channel 8 bit).
18 * 32-bit pixels: True-color with alpha channel (RGBA, each channel 8 bit).
19 * 48-bit pixels: True-color (RGB, each channel 16 bit).
20 * 64-bit pixels: True-color with alpha channel (RGBA, each channel 16 bit).
156 #define IBUFSIZE(pixels) ((pixels+(pixels>>6))<<2)
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeDisplay.c147 TkRegion redrawRgn; /* Contains all redrawn (not copied) pixels
204 int count, pixels, rItemCount = 0; local
309 pixels = 0;
322 /* Range must be <= this number of pixels */
324 rItem->offset = pixels;
348 if (pixels + rItem->size > wrapPixels) {
351 pixels += rItem->size;
356 pixels += rItem->size;
373 range->totalHeight = pixels;
375 range->totalWidth = pixels;
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkTest.c1039 int pixels;
1103 "1", -1, Tk_Offset(InternalRecord, pixels),
1147 recordPtr->pixels = 0;
1031 int pixels; member in struct:InternalRecord
H A DtkTextDisp.c52 int lMargin1; /* Left margin, in pixels, for first display
54 int lMargin2; /* Left margin, in pixels, for second and
56 int offset; /* Offset in pixels of baseline, relative to
60 int rMargin; /* Right margin, in pixels. */
133 int height; /* Height of line, in pixels. */
135 * pixels. */
143 int length; /* Total length of line, in pixels. */
230 * number of pixels off-screen to the left. */
231 int maxLength; /* Length in pixels of longest line that's
827 int tabSize; /* Number of pixels consume
3672 int pixels, count; local
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dimage.c1090 PIXELS non-nil means return the size in pixels, otherwise return the
1094 (spec, pixels, frame) variable
1095 Lisp_Object spec, pixels, frame;
1108 if (NILP (pixels))
1297 /* Value is the number of pixels for the ascent of image IMG when
2064 Set (*XIMG)->data to a raster of WIDTH x HEIGHT pixels allocated
3754 xpm_free_colors (dpy, cmap, pixels, npixels, closure)
3757 Pixel *pixels;
6096 png_byte * volatile pixels = NULL;
6200 xfree (pixels);
6082 png_byte * volatile pixels = NULL; local
[all...]
H A Dxfaces.c634 unregister_colors (pixels, n)
635 unsigned long *pixels;
640 unregister_color (pixels[i]);
676 x_free_colors (f, pixels, npixels)
678 unsigned long *pixels;
688 unregister_colors (pixels, npixels);
691 pixels, npixels, 0);
701 x_free_dpy_colors (dpy, screen, cmap, pixels, npixels)
705 unsigned long *pixels;
716 unregister_colors (pixels, npixel
689 pixels, npixels, 0); local
[all...]
H A Dgtkutil.c255 guchar *pixels;
271 guchar *pixels = gdk_pixbuf_get_pixels (icon_buf);
282 iconptr = pixels + y * rowstride;
643 PIXELWIDTH, PIXELHEIGHT is the new size in pixels. */
3211 WIDTH, HEIGHT is the size in pixels the bar shall have. */
3508 a few pixels left that are used to drop the tool bar back into
253 guchar *pixels; local
269 guchar *pixels = gdk_pixbuf_get_pixels (icon_buf); local
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkDefaultTheme.c373 const char *const *pixels; /* array[height] of char[width*nimage] */ member in struct:__anon13498
562 imgColors[spec->pixels[iy][index*spec->width+ix] - 'A'] );
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprogress.vim78 syn keyword ProgressReserved os2 os400 output overlay page page-bot[tom] page-num[ber] page-top param[eter] pause pdbname persist[ent] pixels
166 syn keyword ProgressOperator outer-join override owner page-size page-wid[th] paged parent partial-key pascal pathname pfc[olor] pinnable pixels-per-colum[n] pixels-per-row popup-m[enu] popup-o[nly]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dxs.tcl2188 -pixels $v(pps) -tags [list obj wave] \
2196 -pixels $v(pps) -tags [list obj wave] \
2217 -winlen $v(winlen) -height $v(spegh) -pixels $v(pps) \
2798 $c create waveform 0 0 -sound snd -height $v(waveh) -pixels $v(pps) \
2804 -pixels $v(pps) \
4074 -pixels $zoompps -tags zoomwave -anchor w -fill $v(fg) \
4080 -pixels $zoompps -tags zoomwave -anchor w -fill $v(fg)
4218 pack [label $w.l.f3.l -text "Time scale (pixels/second):" -width 25 -anchor w] -side left
4220 pack [scale $w.l.f3.s -variable v(pps) -orient horiz -from 1 -to 1000 -command "$w.ll.c itemconf both -width 200 -start $start -pixels " -showvalue no] -side left
4385 -pixels
[all...]
/macosx-10.9.5/vim-53/src/
H A Dos_mswin.c3211 /* Convert a string representing a point size into pixels. The string should
3220 int pixels; local
3257 pixels = MulDiv(points,
3265 return pixels;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DGraphicsContextQt.cpp437 // Example: 80 pixels with a width of 30 pixels.
438 // Remainder is 20. The maximum pixels of line we could paint
439 // will be 50 pixels.
1139 // It is not enough just to round to pixels in device space. The rotation part of the
1556 void* pixels = 0; local
1557 HBITMAP bitmap = ::CreateDIBSection(0, &bitmapInfo, DIB_RGB_COLORS, &pixels, 0, 0);

Completed in 367 milliseconds

123456