OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:graphstate
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_path.cpp
24
void CPDF_PathObject::SetGraphState(CPDF_GraphState
GraphState
)
26
m_GraphState =
GraphState
;
/external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp
283
FX_FLOAT CFX_QuartzDeviceDriver::getLineWidth(const CFX_GraphStateData *
graphState
, CGAffineTransform ctm)
285
FX_FLOAT lineWidth =
graphState
->m_LineWidth;
286
if (
graphState
->m_LineWidth <= 0.f) {
299
const CFX_GraphStateData*
graphState
)
308
FX_FLOAT lineWidth = getLineWidth(
graphState
, m);
309
setStrokeInfo(
graphState
, 0xFF000000, lineWidth);
376
const CFX_GraphStateData*
graphState
,
397
if (
graphState
&& strokeArgb) {
398
CGContextSetMiterLimit(_context,
graphState
->m_MiterLimit);
399
FX_FLOAT lineWidth = getLineWidth(
graphState
, m);
[
all
...]
apple_int.h
159
void setStrokeInfo(const CFX_GraphStateData *
graphState
, FX_ARGB argb, FX_FLOAT lineWidth);
162
FX_FLOAT getLineWidth(const CFX_GraphStateData *
graphState
, CGAffineTransform ctm);
/external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp
198
CFX_GraphStateData
graphState
;
199
graphState
.m_LineWidth = 0.0f;
216
m_pDeviceDriver->DrawPath(&newPath, pMatrix, &
graphState
, 0, strokecolor, smooth_path, alpha_flag, pIccTransform, blend_type);
/external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp
571
CFX_GraphStateData
graphState
(*pPathObj->m_GraphState);
573
graphState
.m_LineWidth = 0;
575
return m_pDevice->DrawPath(pPathObj->m_Path, &path_matrix, &
graphState
, fill_argb, stroke_argb, FillType, 0, NULL, m_curBlend);
739
CFX_GraphStateData
graphState
(*pPathObj->m_GraphState);
741
graphState
.m_LineWidth = 0;
743
return m_pDevice->SetClip_PathStroke(pPathObj->m_Path, &path_matrix, &
graphState
);
[
all
...]
/external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h
630
void SetGraphState(CPDF_GraphState
GraphState
);
/dalvik/tools/dmtracedump/
TraceDump.c
177
int
graphState
; /* used when graphing to see if this method has been visited before */
[
all
...]
Completed in 217 milliseconds