OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getgradient
(Results
1 - 13
of
13
) sorted by null
/external/skia/src/svg/parser/
SkSVGGroup.cpp
17
SkSVGElement* SkSVGGroup::
getGradient
() {
19
SkSVGElement* result = (*ptr)->
getGradient
();
SkSVGGradient.h
18
virtual SkSVGElement*
getGradient
();
SkSVGGroup.h
18
virtual SkSVGElement*
getGradient
();
SkSVGElements.cpp
30
SkSVGElement* SkSVGElement::
getGradient
() {
SkSVGElements.h
51
virtual SkSVGElement*
getGradient
();
SkSVGGradient.cpp
17
SkSVGElement* SkSVGGradient::
getGradient
() {
SkSVGPaintState.cpp
127
SkSVGElement* gradient = found->
getGradient
();
/external/opencv3/modules/core/src/
conjugate_gradient.cpp
50
void MinProblemSolver::Function::
getGradient
(const double* x, double* grad)
102
_f->
getGradient
((double*)x.data,(double*)buf1.data);
106
_f->
getGradient
((double*)x.data,(double*)buf2.data);
149
_Function->
getGradient
(proxy_x.ptr<double>(),d.ptr<double>());
161
_Function->
getGradient
(proxy_x.ptr<double>(),r.ptr<double>());
/cts/tests/tests/animation/src/android/animation/cts/
ShapeHolder.java
80
public RadialGradient
getGradient
() {
/development/samples/ApiDemos/src/com/example/android/apis/animation/
ShapeHolder.java
72
public RadialGradient
getGradient
() {
/external/opencv3/modules/core/test/
test_conjugate_gradient.cpp
68
/*void
getGradient
(const double* x,double* grad){
79
void
getGradient
(const double* x,double* grad){
/external/opencv3/modules/photo/src/
tonemap.cpp
485
void
getGradient
(Mat src, Mat& dst, int pos)
505
getGradient
(layer, x_contrast[i], 0);
506
getGradient
(layer.t(), y_contrast[i], 0);
517
getGradient
(x_contrast[i], grad_x, 1);
518
getGradient
(y_contrast[i], grad_y, 1);
/external/opencv3/modules/core/include/opencv2/core/
optim.hpp
70
virtual void
getGradient
(const double* x,double* grad);
222
The latter responsibility is accompilished via the
getGradient
method of a
Completed in 589 milliseconds