Home
last modified time | relevance | path

Searched refs:foregroundColor (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fxbarcode/
Dcbc_codebase.cpp57 void CBC_CodeBase::SetBarcodeColor(FX_ARGB foregroundColor) { in SetBarcodeColor() argument
58 m_pBCWriter->SetBarcodeColor(foregroundColor); in SetBarcodeColor()
DBC_Writer.cpp49 void CBC_Writer::SetBarcodeColor(FX_ARGB foregroundColor) { in SetBarcodeColor() argument
50 m_barColor = foregroundColor; in SetBarcodeColor()
DBC_Writer.h25 virtual void SetBarcodeColor(FX_ARGB foregroundColor);
Dcbc_codebase.h39 void SetBarcodeColor(FX_ARGB foregroundColor);
/external/tensorflow/tensorflow/examples/ios/camera/
DCameraExampleViewController.mm591 [CABasicAnimation animationWithKeyPath:@"foregroundColor"];
602 self.predictionTextLayer.foregroundColor = [UIColor whiteColor].CGColor;