Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:fContentStream
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/src/pdf/
H
A
D
SkPDFGraphicStackState.cpp
158
append_clip(*clipStack, bounds,
fContentStream
);
in updateClip()
181
SkPDFUtils::AppendTransform(matrix,
fContentStream
);
in updateMatrix()
189
SkPDFUtils::ApplyPattern(state.fShaderIndex,
fContentStream
);
in updateDrawingState()
195
emit_pdf_color(state.fColor,
fContentStream
);
in updateDrawingState()
196
fContentStream
->writeText("RG ");
in updateDrawingState()
197
emit_pdf_color(state.fColor,
fContentStream
);
in updateDrawingState()
198
fContentStream
->writeText("rg\n");
in updateDrawingState()
205
SkPDFUtils::ApplyGraphicState(state.fGraphicStateIndex,
fContentStream
);
in updateDrawingState()
212
SkPDFUtils::AppendScalar(pdfScale,
fContentStream
);
in updateDrawingState()
213
fContentStream
in updateDrawingState()
[all...]
H
A
D
SkPDFGraphicStackState.h
28
SkDynamicMemoryWStream*
fContentStream
;
member
30
SkPDFGraphicStackState(SkDynamicMemoryWStream* s = nullptr) :
fContentStream
(s) {}
in SkPDFGraphicStackState()
H
A
D
SkPDFDevice.cpp
244
fContentStream
=
in ScopedContentEntry()
251
if (
fContentStream
) {
in ~ScopedContentEntry()
260
explicit operator bool() const { return
fContentStream
!= nullptr; }
in operator bool()
261
SkDynamicMemoryWStream* stream() { return
fContentStream
; }
in stream()
299
SkDynamicMemoryWStream*
fContentStream
= nullptr;
member in ScopedContentEntry
1005
if (fActiveStackState.
fContentStream
) {
in content()
1247
if (!fActiveStackState.
fContentStream
) {
in setUpContentEntry()
1254
SkASSERT(fActiveStackState.
fContentStream
= &fContent);
in setUpContentEntry()
1260
SkASSERT(fActiveStackState.
fContentStream
);
in setUpContentEntry()
1277
return fActiveStackState.
fContentStream
;
in setUpContentEntry()
[all...]
Completed in 4 milliseconds