Searched defs:comb (Results 1 - 7 of 7) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
H A DPrecomposer.java1030 public static char precompose(char base, char comb) { argument
1035 long sought = base << UNICODE_SHIFT | comb;
/external/opencv3/modules/photo/src/
H A Dcontrast_preserve.cpp83 vector < vector < int > > comb; local
87 obj.grad_system(img,polyGrad,Cg,comb);
95 obj.wei_inti(comb,wei);
H A Dcontrast_preserve.hpp61 vector<double> product(vector < vector<int> > &comb, vector <double> &initRGB);
67 void add_vector(vector < vector <int> > &comb, int &idx, int r,int g,int b);
71 vector < double > &Cg, vector < vector <int> >& comb);
73 void wei_inti(vector < vector <int> > &comb, vector <double> &wei);
123 vector<double> Decolor::product(vector < vector<int> > &comb, vector <double> &initRGB) argument
127 for (unsigned int i=0;i<comb.size();i++)
131 dp = dp + (comb[i][j] * initRGB[j]);
211 void Decolor::add_vector(vector < vector <int> > &comb, int &idx, int r,int g,int b) argument
213 comb.push_back( vector <int>() );
214 comb
302 grad_system(Mat img, vector < vector < double > > &polyGrad, vector < double > &Cg, vector < vector <int> >& comb) argument
366 wei_inti(vector < vector <int> > &comb, vector <double> &wei) argument
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fFboCompletenessTests.cpp261 bool tryCombination (const FormatCombination& comb);
265 bool SupportedCombinationTest::tryCombination (const FormatCombination& comb) argument
270 attachTargetToNew(GL_COLOR_ATTACHMENT0, comb.colorKind, comb.colorFmt,
272 attachTargetToNew(GL_DEPTH_ATTACHMENT, comb.depthKind, comb.depthFmt,
274 attachTargetToNew(GL_STENCIL_ATTACHMENT, comb.stencilKind, comb.stencilFmt,
302 FormatCombination comb; local
311 comb
[all...]
/external/ipsec-tools/src/libipsec/
H A Dkey_debug.c216 struct sadb_comb *comb; local
224 / sizeof(*comb);
225 comb = (void *)(prop + 1);
231 comb->sadb_comb_auth, comb->sadb_comb_encrypt,
232 comb->sadb_comb_flags, comb->sadb_comb_reserved);
236 comb->sadb_comb_auth_minbits,
237 comb->sadb_comb_auth_maxbits,
238 comb
[all...]
/external/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp431 const struct gl_tex_env_combine_state *comb = texUnit->_CurrentCombine; local
454 key->unit[i].NumArgsRGB = comb->_NumArgsRGB;
455 key->unit[i].NumArgsA = comb->_NumArgsA;
458 translate_mode(texUnit->EnvMode, comb->ModeRGB);
460 translate_mode(texUnit->EnvMode, comb->ModeA);
462 key->unit[i].ScaleShiftRGB = comb->ScaleShiftRGB;
463 key->unit[i].ScaleShiftA = comb->ScaleShiftA;
466 key->unit[i].OptRGB[j].Operand = translate_operand(comb->OperandRGB[j]);
467 key->unit[i].OptA[j].Operand = translate_operand(comb->OperandA[j]);
468 key->unit[i].OptRGB[j].Source = translate_source(comb
[all...]
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp36 JS_STATIC_PROP_ENTRY(comb)
847 FX_BOOL Field::comb(IJS_Context* cc, function in class:Field

Completed in 256 milliseconds