Searched refs:fWidth (Results 1 - 25 of 86) sorted by relevance

1234

/haiku/src/apps/haikudepot/packagemodel/
H A DScreenshotInfo.cpp15 fWidth(),
26 fWidth(width),
36 fWidth(other.fWidth),
47 fWidth = other.fWidth;
58 && fWidth == other.fWidth
H A DScreenshotInfo.h28 { return fWidth; }
36 int32 fWidth; member in class:ScreenshotInfo
/haiku/src/apps/haikudepot/model/
H A DScreenshotCoordinate.cpp16 fWidth(0),
25 from->FindUInt16(kWidthKey, &fWidth);
33 fWidth(width),
54 return fWidth;
68 return !fCode.IsEmpty() && fWidth > 0 && fHeight > 0;
75 return fCode == other.fCode && fHeight == other.fHeight && fWidth == other.fWidth;
83 result.SetToFormat("%s_%" B_PRIu16 "x%" B_PRIu16 , fCode.String(), fWidth, fHeight);
102 result = into->AddUInt16(kWidthKey, fWidth);
H A DScreenshotCoordinate.h39 uint16 fWidth; member in class:ScreenshotCoordinate
/haiku/src/servers/app/drawing/
H A DMallocBuffer.cpp16 fWidth(width),
19 if (fWidth > 0 && fHeight > 0) {
20 fBuffer = malloc((fWidth * 4) * fHeight);
59 return fWidth * 4;
68 return fWidth;
H A DMallocBuffer.h28 uint32 fWidth; member in class:MallocBuffer
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDirectWindowBuffer.cpp8 fWidth(0),
56 return fWidth;
84 fWidth = info->window_bounds.right - info->window_bounds.left + 1;
88 fWidth = 0;
H A DDirectWindowBuffer.h27 uint32 fWidth; member in class:DirectWindowBuffer
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowBuffer.cpp11 fWidth(0),
59 return fWidth;
87 fWidth = info->window_bounds.right - info->window_bounds.left + 1;
93 fWidth = 0;
110 fWidth = width;
/haiku/src/add-ons/print/drivers/pcl6/
H A DRasterizer.h53 return fWidth;
90 int fWidth; member in class:Rasterizer
/haiku/src/apps/debuganalyzer/gui/table/
H A DTableColumn.h27 float Width() const { return fWidth; }
45 float fWidth; member in class:TableColumn
H A DTableColumn.cpp15 fWidth(width),
/haiku/src/libs/glut/
H A DglutGameMode.h32 int Width() const { return fWidth; }
46 int fWidth; member in class:GlutGameMode
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBView.h14 float fWidth; member in class:BBView
/haiku/src/tests/add-ons/print/pdf/linepathbuilder/
H A DPathView.h14 float fWidth; member in class:PathView
/haiku/src/servers/app/
H A DServerBitmap.h45 { return BRect(0, 0, fWidth - 1, fHeight - 1); }
47 { return fWidth; }
102 int32 fWidth; member in class:ServerBitmap
143 fWidth = from->fWidth;
H A DServerBitmap.cpp69 fWidth(rect.IntegerWidth() + 1),
77 int32 minBytesPerRow = get_bytes_per_row(space, fWidth);
92 fWidth = bitmap->fWidth;
98 fWidth = 0;
141 bytesPerRow, fBytesPerRow, colorSpace, fSpace, fWidth, fHeight);
210 "bpr %" B_PRId32 ", buffer %p\n", this, fWidth, fHeight, (int32)fSpace,
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DIconProperty.cpp27 fWidth(width),
38 fWidth(other.fWidth),
/haiku/src/apps/showimage/
H A DPrintOptionsWindow.h45 float Width() const { return fWidth; }
55 float fWidth, fHeight; // 1/72 Inches member in class:PrintOptions
84 BTextControl* fWidth; member in class:PrintOptionsWindow
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.cpp109 fWidth(0),
146 fWidth = width;
176 error = _ResetTabStops(fWidth);
204 if (width == fWidth && height == fHeight)
217 return _ResizeHistory(fWidth, historyCapacity);
272 fWidth * sizeof(TerminalCell));
279 destLine->Clear(fAttributes, fWidth);
287 TerminalLine* lineBuffer = ALLOC_LINE_ON_STACK(fWidth);
298 TerminalLine* lineBuffer = ALLOC_LINE_ON_STACK(fWidth);
321 TerminalLine* lineBuffer = ALLOC_LINE_ON_STACK(fWidth);
[all...]
/haiku/src/kits/interface/
H A DListItem.cpp22 fWidth(0),
38 fWidth(0),
94 return fWidth;
143 fWidth = width;
/haiku/src/apps/deskbar/
H A DBarMenuTitle.h65 float fWidth; member in class:TBarMenuTitle
/haiku/src/add-ons/translators/psd/
H A DPSDLoader.cpp42 fWidth = _GetInt32FromStream(fStream);
200 int32 rowBytes = (fWidth * fDepth) / 8;
266 bitsHeader.bounds.right = fWidth - 1;
276 bitsHeader.rowBytes = sizeof(uint32) * fWidth;
288 uint8 *lineData = new uint8[fWidth * sizeof(uint32)];
293 int32 rowBytes = (fWidth / 8 ) * fHeight;
316 for (int w = 0; w < fWidth; w++) {
326 target->Write(lineData, fWidth * sizeof(uint32));
339 for (int w = 0; w < fWidth; w++) {
348 target->Write(lineData, fWidth * sizeo
[all...]
/haiku/src/add-ons/screen_savers/flurry/
H A DFlurry.cpp71 fWidth = bounds.Width();
121 glViewport(0, 0, int(fWidth), int(fHeight));
124 gluOrtho2D(0.0, fWidth, 0.0, fHeight);
165 glRectd(0.0, 0.0, fWidth, fHeight);
216 fWidth = newWidth;
219 fFlurryInfo->sys_glWidth = fWidth;
222 glViewport(0, 0, int(fWidth), int(fHeight));
225 gluOrtho2D(0.0, fWidth, 0.0, fHeight);
251 fFlurryInfo->sys_glWidth = fWidth;
/haiku/src/add-ons/translators/sgi/
H A DSGIImage.cpp55 fWidth(0),
107 fWidth = _ReadShort();
170 _WriteShort(fWidth = width);
199 for (int32 i = fWidth * fHeight * fChannelCount; i > 0; i --)
202 for (int32 i = fWidth * fHeight * fChannelCount; i > 0; i --)
208 fARLERow = (uint16*)calloc(fWidth, sizeof(uint16));
325 off_t offset = 512 + (y + z * fHeight) * fWidth * fBytesPerChannel;
328 uint32 bytes = fWidth * fBytesPerChannel;
343 // ret = _ReadRLE8((uint8*)row, fWidth);
344 ret = _ReadRLE8((uint8*)row, rleBuffer, fWidth);
[all...]

Completed in 143 milliseconds

1234