OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_LastClipPath
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp
617
if (!
m_LastClipPath
.IsNull()) {
619
m_LastClipPath
.SetNull();
623
if (
m_LastClipPath
== ClipPath)
626
m_LastClipPath
= ClipPath;
[
all
...]
render_int.h
252
CPDF_ClipPath
m_LastClipPath
;
Completed in 53 milliseconds