Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/external/skia/inc/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 776 B image not shown  

Quelle  skia_opts.hxx   Sprache: C

 
/*
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */


#ifndef SKIA_OPTS_H
#define SKIA_OPTS_H

#include <include/core/SkTypes.h>

SK_API void SkConvertRGBToRGBA(uint32_t* dest, const uint8_t* src, int count);

SK_API void SkConvertGrayToRGBA(uint32_t* dest, const uint8_t* src, int count);

SK_API void SkConvertRGBAToRGB(uint8_t* dest, const uint32_t* src, int count);

SK_API void SkConvertRGBAToR(uint8_t* dest, const uint32_t* src, int count);

namespace SkLoOpts
{
SK_API void Init();

typedef void (*Swizzle_u8_8888)(uint8_t*, const uint32_t*, int);
extern Swizzle_u8_8888 RGB1_to_RGB,     // i.e. remove an (opaque) alpha
                       RGB1_to_R;       // i.e. copy one channel to the result
}

#endif

Messung V0.5
C=95 H=94 G=94

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.