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:HashAndEncode
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/tools/
H
A
D
HashAndEncode.h
10
//
HashAndEncode
transforms any SkBitmap into a standard format, currently
14
class
HashAndEncode
{
class
16
explicit
HashAndEncode
(const SkBitmap&);
H
A
D
HashAndEncode.cpp
6
#include "tools/
HashAndEncode
.h"
13
HashAndEncode
::
HashAndEncode
(const SkBitmap& bitmap) : fSize(bitmap.info().dimensions()) {
in HashAndEncode()
function in HashAndEncode
88
void
HashAndEncode
::feedHash(SkWStream* st) const {
in feedHash()
100
// NOTE:
HashAndEncode
uses libpng directly rather than through an abstraction
104
bool
HashAndEncode
::encodePNG(SkWStream* st,
in encodePNG()
125
png_error(png, "
HashAndEncode
::encodePNG() failed writing stream");
in encodePNG()
/third_party/skia/modules/canvaskit/
H
A
D
gm_bindings.cpp
29
#include "tools/
HashAndEncode
.h"
167
std::unique_ptr<
HashAndEncode
> hashAndEncode = std::make_unique<
HashAndEncode
>(bitmap);
in RunGM()
/third_party/skia/dm/
H
A
D
DM.cpp
30
#include "tools/
HashAndEncode
.h"
1154
std::unique_ptr<
HashAndEncode
> hashAndEncode;
in Run()
1163
hashAndEncode = std::make_unique<
HashAndEncode
>(bitmap);
in Run()
1222
hashAndEncode = std::make_unique<
HashAndEncode
>(rasterized);
in Run()
1328
const
HashAndEncode
* hashAndEncode) {
in WriteToDisk()
/third_party/skia/tools/fm/
H
A
D
fm.cpp
25
#include "tools/
HashAndEncode
.h"
639
HashAndEncode
hashAndEncode{bitmap};
in main()
Completed in 6 milliseconds