OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:half_width
(Results
26 - 30
of
30
) sorted by null
1
2
/external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp
521
FX_FLOAT
half_width
= m_GraphState.GetObject()->m_LineWidth / 2;
local
522
m_Left -=
half_width
;
523
m_Right +=
half_width
;
524
m_Top +=
half_width
;
525
m_Bottom -=
half_width
;
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aaline.c
559
const float
half_width
= aaline->half_line_width;
local
572
dx = 0.5F *
half_width
;
573
dy =
half_width
;
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp
823
float
half_width
= w * 0.5f;
local
825
viewport.scale[0] =
half_width
;
829
viewport.translate[0] = x +
half_width
;
[
all
...]
/external/opencv3/modules/imgproc/src/
lsd.cpp
978
double
half_width
= rec.width \/ 2.0;
local
[
all
...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h
962
float
half_width
= viewports[0].Width * 0.5f;
local
965
viewport.scale[0] =
half_width
;
969
viewport.translate[0] =
half_width
+ viewports[0].TopLeftX;
[
all
...]
Completed in 2018 milliseconds
1
2