Searched refs:pt (Results 51 - 75 of 110) sorted by relevance

12345

/haiku-fatelf/headers/private/print/
H A DPicturePrinter.h70 virtual void SetOrigin(BPoint pt);
71 virtual void SetPenLocation(BPoint pt);
/haiku-fatelf/src/servers/app/drawing/
H A DPatternHandler.h114 rgb_color ColorAt(const BPoint& pt) const;
118 bool IsHighColor(const BPoint& pt) const;
164 \param pt Coordinates to get the value for
H A DDrawingEngine.cpp804 DrawingEngine::StrokePoint(const BPoint& pt, const rgb_color& color) argument
806 StrokeLine(pt, pt, color);
1321 const BPoint& pt, escapement_delta* delta)
1325 BPoint penLocation = pt;
1331 if (pt.x - fontSize > clippingFrame.right
1332 || pt.y + fontSize < clippingFrame.top
1333 || pt.y - fontSize > clippingFrame.bottom) {
1351 BRect b = fPainter->BoundingBox(string, length, pt, &penLocation, delta,
1360 BRect touched = fPainter->DrawString(string, length, pt, delt
1320 DrawString(const char* string, int32 length, const BPoint& pt, escapement_delta* delta) argument
[all...]
/haiku-fatelf/src/preferences/time/
H A DTimeWindow.cpp153 BPoint pt = TimeSettings().LeftTop(); local
154 MoveTo(pt);
/haiku-fatelf/src/apps/resedit/
H A DBitmapView.h28 virtual void MouseDown(BPoint pt);
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex104 \newdimen \bindingoffset \bindingoffset=0pt
128 \cornerlong=1pc\cornerthick=.3pt % These set size of cropmarks
156 \def\croppageout#1{\hoffset=0pt % make sure this doesn't mess things up
344 \newskip\singlespaceskip \singlespaceskip = 12.5pt
472 %{\baselineskip=0pt%
474 %\prevdepth=-1000pt
972 \setfont\indsc{csc10 at 9pt}
1130 \def\ {{\spaceskip = 0pt{} }}%
1179 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
1180 % argument is to make the input look right: @dmn{pt} instea
[all...]
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex195 \def\finalout{\overfullrule=0pt}
217 % For a thicker or thinner bar, change the `1pt'.
221 \hskip 12pt
274 \newdimen\cornerthick \cornerthick=.3pt
287 \ifcropmarks \hoffset=0pt \else \hoffset=\normaloffset \fi
331 \ifdim\ht\footlinebox > 0pt
334 % The \baselineskip=24pt in plain's \makefootline has no effect.
737 %{\baselineskip=0pt%
739 %\prevdepth=-1000pt
836 \ifdim\wd0 > 0pt
[all...]
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex197 \newdimen\cornerthick \cornerthick=.3pt
210 \ifcropmarks \hoffset=0pt \else \hoffset=\normaloffset \fi
254 \ifdim\ht\footlinebox > 0pt
257 % The \baselineskip=24pt in plain's \makefootline has no effect.
441 \newskip\singlespaceskip \singlespaceskip = 12.5pt
610 %{\baselineskip=0pt%
612 %\prevdepth=-1000pt
665 \hskip 0pt plus 0.25fil minus 0.25fil
667 \hskip 0pt plus 0.5fil minus 0.5fil
676 \hskip 0pt plu
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-canon.c156 const canon_paper_t *pt; member in struct:__anon5112
673 const stp_papersize_t *pt = stp_get_papersize_by_index(i); local
674 if (strlen(pt->name) > 0 &&
675 pt->width <= width_limit && pt->height <= height_limit){
677 pt->name, gettext(pt->text));
904 const stp_papersize_t *pt = NULL; local
911 pt = stp_get_papersize_by_name(media_size);
914 if (pt)
[all...]
H A Dprint-escp2.c1589 verify_papersize(const stp_vars_t *v, const stp_papersize_t *pt) argument
1599 if (strlen(pt->name) > 0 &&
1600 (pt->paper_size_type != PAPERSIZE_TYPE_ENVELOPE ||
1601 envelope_landscape || pt->height > pt->width) &&
1602 pt->width <= width_limit && pt->height <= height_limit &&
1603 (pt->height >= min_height_limit || pt->height == 0) &&
1604 (pt
1724 const paper_t *pt = stp_escp2_get_media_type(v, 0); local
2226 const stp_papersize_t *pt = stp_get_papersize_by_index(i); local
2888 const stp_papersize_t *pt = NULL; local
[all...]
H A Dprint-lexmark.c1202 const stp_papersize_t *pt = stp_get_papersize_by_index(i); local
1203 if (strlen(pt->name) > 0 &&
1204 pt->width <= width_limit && pt->height <= height_limit &&
1205 (pt->height >= min_height_limit || pt->height == 0) &&
1206 (pt->width >= min_width_limit || pt->width == 0))
1209 description->deflt.str = pt->name;
1211 pt
1305 const stp_papersize_t *pt = NULL; local
[all...]
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex184 \newdimen\cornerthick \cornerthick=.3pt
197 \ifcropmarks \hoffset=0pt \else \hoffset=\normaloffset \fi
238 \ifdim\ht\footlinebox > 0pt
241 % The \baselineskip=24pt in plain's \makefootline has no effect.
427 \newskip\singlespaceskip \singlespaceskip = 12.5pt
596 %{\baselineskip=0pt%
598 %\prevdepth=-1000pt
651 \hskip 0pt plus 0.25fil minus 0.25fil
653 \hskip 0pt plus 0.5fil minus 0.5fil
662 \hskip 0pt plu
[all...]
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex200 \def\finalout{\overfullrule=0pt}
222 % For a thicker or thinner bar, change the `1pt'.
226 \hskip 12pt
279 \newdimen\cornerthick \cornerthick=.3pt
292 \ifcropmarks \hoffset=0pt \else \hoffset=\normaloffset \fi
340 \ifdim\ht\footlinebox > 0pt
343 % The \baselineskip=24pt in plain's \makefootline has no effect.
344 \vskip 24pt
760 %{\baselineskip=0pt%
762 %\prevdepth=-1000pt
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/doc/gutenprint/html/
H A Ddoxygen.css152 font-size: 9pt;
518 font-size: 9pt;
526 font-size: 11pt;
575 font-size: 11pt;
684 font-size: 8pt;
691 font-size: 8pt;
704 font-size: 8pt;
/haiku-fatelf/src/libs/print/libgutenprint/doc/gutenprintui2/html/
H A Ddoxygen.css152 font-size: 9pt;
518 font-size: 9pt;
526 font-size: 11pt;
575 font-size: 11pt;
684 font-size: 8pt;
691 font-size: 8pt;
704 font-size: 8pt;
/haiku-fatelf/src/tests/kits/game/chart/
H A DChartWindow.cpp2533 TPoint axis, pt, vect; local
2544 pt = fComet[i+2];
2551 pt = fKeyPoints[i];
2556 if (pt.x < fCut.x)
2557 pt.x += 1.0;
2558 if (pt.y < fCut.y)
2559 pt.y += 1.0;
2560 if (pt.z < fCut.z)
2561 pt.z += 1.0;
2562 pt
2590 TPoint pt; local
[all...]
/haiku-fatelf/src/add-ons/translators/exr/openexr/
H A Dexrheader.cpp138 printPixelType (PixelType pt) argument
140 switch (pt)
155 cout << "type " << int (pt);
/haiku-fatelf/src/bin/sharutils/po/
H A DMakefile55 POFILES = de.po fr.po ja_JP.EUC.po nl.po pt.po sv.po
56 GMOFILES = de.gmo fr.gmo ja_JP.EUC.gmo nl.gmo pt.gmo sv.gmo
69 CATALOGS = de.gmo fr.gmo ja_JP.EUC.gmo nl.gmo pt.gmo sv.gmo
/haiku-fatelf/src/servers/app/
H A DView.cpp683 View::ConvertToScreen(BPoint* pt) const
685 ConvertToParent(pt);
688 fParent->ConvertToScreen(pt);
694 View::ConvertToScreen(IntPoint* pt) const
696 ConvertToParent(pt);
699 fParent->ConvertToScreen(pt);
738 View::ConvertFromScreen(BPoint* pt) const
740 ConvertFromParent(pt);
743 fParent->ConvertFromScreen(pt);
749 View::ConvertFromScreen(IntPoint* pt) cons
[all...]
H A DServerPicture.cpp547 clip_to_picture(View* view, BPicture* picture, BPoint pt, bool clipToInverse) argument
550 pt.x, pt.y, clipToInverse ? "inverse" : "");
603 set_origin(View* view, BPoint pt) argument
605 view->CurrentState()->SetOrigin(pt);
610 set_pen_location(View* view, BPoint pt) argument
612 view->CurrentState()->SetPenLocation(pt);
/haiku-fatelf/src/tests/servers/app/newClipping/
H A DMyView.cpp188 BPoint pt; local
191 GetMouse(&pt, &buttons, false);
192 if ((lay = FindLayer(topLayer, pt)))
/haiku-fatelf/src/kits/print/
H A DPicturePrinter.cpp251 void PicturePrinter::SetOrigin(BPoint pt) { argument
252 Indent(); Print("SetOrigin"); Print(&pt); Cr();
256 void PicturePrinter::SetPenLocation(BPoint pt) { argument
257 Indent(); Print("SetPenLocation"); Print(&pt); Cr();
/haiku-fatelf/src/apps/deskbar/
H A DStatusView.cpp1410 BPoint pt; local
1411 pt.x = floorf((dragRegion.left + dragRegion.right) / 2 + 0.5) - 1;
1412 pt.y = dragRegion.top + 2;
1414 while (pt.y + 1 <= dragRegion.bottom) {
1415 AddLine(pt, pt, vdark);
1416 AddLine(pt + BPoint(1, 1), pt + BPoint(1, 1), light);
1418 pt.y += 3;
1496 TDragRegion::MouseUp(BPoint pt) argument
[all...]
/haiku-fatelf/src/bin/rcs/
H A Dci.c1314 struct Symrev *pt; local
1316 pt = talloc(struct Symrev);
1317 pt->ssymbol = sp;
1318 pt->override = flag;
1319 pt->nextsym = 0;
1320 *nextassoc = pt;
1321 nextassoc = &pt->nextsym;
/haiku-fatelf/src/preferences/appearance/
H A DCurView.cpp410 BitmapView::BitmapView(const BPoint &pt,BMessage *message, const BHandler *handler, const BLooper *looper=NULL) argument
411 : BBox(BRect(0,0,75,75).OffsetToCopy(pt),"bitmapview",B_FOLLOW_NONE,B_WILL_DRAW, B_PLAIN_BORDER),

Completed in 348 milliseconds

12345