Searched refs:scale (Results 101 - 125 of 135) sorted by relevance

123456

/haiku/src/libs/icon/shape/
H A DShape.cpp474 Shape::SetGlobalScale(double scale) argument
476 fPathSource.SetGlobalScale(scale);
/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp355 double scale)
374 pathAdapter.init(glyph->data, glyph->data_size, x, y, scale);
352 InitAdaptors(const GlyphCache* glyph, double x, double y, GlyphMonoAdapter& monoAdapter, GlyphGray8Adapter& gray8Adapter, GlyphPathAdapter& pathAdapter, double scale) argument
/haiku/headers/libs/agg/
H A Dagg_trans_perspective.h98 const trans_perspective& scale(double s);
99 const trans_perspective& scale(double x, double y);
221 double scale() const;
557 inline const trans_perspective& trans_perspective::scale(double s) function in class:agg::trans_perspective
564 inline const trans_perspective& trans_perspective::scale(double x, double y) function in class:agg::trans_perspective
680 inline double trans_perspective::scale() const function in class:agg::trans_perspective
H A Dagg_trans_viewport.h177 double scale() const function in class:agg::trans_viewport
H A Dagg_renderer_outline_image.h268 int len, double scale, int x, int y) :
284 m_len(uround(len / scale))
286 double d = len * scale;
266 distance_interpolator4(int x1, int y1, int x2, int y2, int sx, int sy, int ex, int ey, int len, double scale, int x, int y) argument
/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.cpp389 fCurves.approximation_scale(transform.scale());
428 fCurves.approximation_scale(transform.scale());
/haiku/src/kits/print/
H A DPicturePrinter.cpp336 void PicturePrinter::SetScale(float scale) { argument
337 Indent(); Print("SetScale", scale); Cr();
/haiku/src/kits/interface/
H A DView.cpp167 scale = 1.0;
243 info.scale = scale;
313 scale = info.viewStateInfo.scale;
530 float scale; local
531 if (archive->FindFloat("_scale", &scale) == B_OK)
532 SetScale(scale);
1847 // initialize origin, scale and transform, new states start "clean".
1850 fState->scale
2021 float scale = fState->parent_composite_scale * Scale(); local
[all...]
H A DPicturePlayer.cpp338 set_scale(void* _context, float scale) argument
342 scale);
1451 const float* scale; local
1452 if (callbacks.set_scale == NULL || !reader.Get(scale))
1455 callbacks.set_scale(userData, *scale);
H A DPictureDataWriter.cpp175 PictureDataWriter::WriteSetScale(const float& scale) argument
179 Write<float>(scale);
/haiku/src/add-ons/accelerants/radeon/
H A Dset_mode.h40 uint32 scale; member in struct:__anon1236
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.h68 virtual status_t SetScale(float scale);
/haiku/src/kits/debugger/arch/x86_64/disasm/
H A DDisassemblerX8664.cpp215 * op->scale;
/haiku/headers/libs/udis86/libudis86/
H A Dtypes.h157 uint8_t scale; member in struct:ud_operand
/haiku/headers/private/interface/
H A DPicturePlayer.h74 void (*set_scale)(void* userData, float scale);
H A DPictureDataWriter.h45 status_t WriteSetScale(const float& scale);
/haiku/src/libs/icon/transformer/
H A DPerspectiveTransformer.cpp165 return fSource->ApproximationScale() * scale();
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp78 /*! This class manages the scale of a history with a dynamic scale.
399 DataHistory::SetScale(Scale* scale) argument
401 fScale = scale;
725 // add new scale
726 ::Scale* scale = new ::Scale(type);
727 fScales[type] = scale;
729 return scale;
1368 // Draw scale
/haiku/src/servers/app/
H A DServerWindow.cpp1589 float scale; local
1590 if (link.Read<float>(&scale) != B_OK)
1594 "View: %s -> scale: %.2f\n", Title(), fCurrentView->Name(),
1595 scale));
1597 fCurrentView->SetScale(scale);
1603 float scale = fCurrentView->CurrentState()->Scale(); local
1606 "View: %s -> scale: %.2f\n",
1607 Title(), fCurrentView->Name(), scale));
1610 fLink.Attach<float>(scale);
2232 // NOTE: looks like this call is NOT affected by origin and scale
2788 float scale = fCurrentView->CurrentState()->CombinedScale(); local
3323 float scale; local
[all...]
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp156 SetScale(data->scale);
202 Painter::SetScale(float scale) argument
204 if (fScale != scale) {
205 fScale = scale;
962 // apply the scale
H A DPainter.h47 void SetScale(float scale);
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp1014 float scale; local
1015 if (message.Read(scale) != B_OK)
1020 offscreen->SetScale(scale);
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js1589 var scale = remoteMessage.dataView.readFloat32();
1599 context.scale(scale, scale);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_sysctl.c372 u_int32_t scale; local
379 (void) ath_hal_gettpscale(sc->sc_ah, &scale);
380 error = sysctl_handle_int(oidp, &scale, 0, req);
384 error = !ath_hal_settpscale(sc->sc_ah, scale) ? EINVAL :
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c181 static void print_time(u_int tm, u_long scale) argument
183 print_unit(tm * scale, "num", 's');

Completed in 148 milliseconds

123456